Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
6501f1f8
Commit
6501f1f8
authored
Oct 15, 1998
by
jack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upped the version to 1.3 and updated the readme file.
parent
426e8f58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
lib/python/Shared/DC/xml/pyexpat/README
lib/python/Shared/DC/xml/pyexpat/README
+9
-2
lib/python/Shared/DC/xml/pyexpat/_checkversion.py
lib/python/Shared/DC/xml/pyexpat/_checkversion.py
+1
-1
No files found.
lib/python/Shared/DC/xml/pyexpat/README
View file @
6501f1f8
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
--------------------------------------
...
...
lib/python/Shared/DC/xml/pyexpat/_checkversion.py
View file @
6501f1f8
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment