Commit 6501f1f8 authored by jack's avatar jack

Upped the version to 1.3 and updated the readme file.

parent 426e8f58
Python Expat wrapper module, version of 19-May-98
Python Expat wrapper module, version 1.3, 15-Oct-98
=================================================
If you have downloaded the binary distribution for the macintosh you
......@@ -6,7 +6,14 @@ can skip the "building" sections and go straight to the "using"
bit. If you are using a macintosh and do want to build from source you
should get the pyexpat.tgz distribution (Stuffit Expander with
Expander Enhancer will know how to unpack a gzipped tar file).
Changes since version 1.2
-------------------------
Minimal changes, really: a memory leak in the callback routine was
plugged, and exceptions in the callback are now passed through to the
mainline code. The module also exports a version attribute.
Building the pyexpat module under unix
--------------------------------------
......
......@@ -5,7 +5,7 @@ _checkversion.py file"""
import pyversioncheck
_PACKAGE="pyexpat"
_VERSION="1.2"
_VERSION="1.3"
_URL="http://www.cwi.nl/~jack/pyexpatversion.txt"
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment