Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2003-09-09 11:48:08
Size: 850
Editor: FredDrake
Comment:
Revision 5 as of 2019-12-15 05:30:22
Size: 297
Comment: Remove Python 2-specific information, leaving a link to previous revision for accessibility
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Python 2.2.4 is another maintenance release in the Python 2.2.x line.
This release will extend Python 2.2.3 with various bugfixes, with an
emphasis on bugs that can cause core dumps ("General Protection Faults"
and the like on some systems) and memory leaks.

Some additional low-risk fixes may be included if time allows and
changes are not needed to backport the fixes.

No features will be added.

= Release Process =

The release should occur late in 2003. There may be a single beta or
release candidate, with the final release coming one to two weeks after.

FredDrake has foolishly volunteered to be the ReleaseManager for Python
2.2.4.

= To-Do List =

 * Backport memory leak fix in pyexpat; calling `ParseFile()`
 with a file-like object leaked references to the object's
 bound `read()` method.
''' This set of pages is only relevant for historical reasons!'''
Python development has moved on. If you are interested in the historical state of the project, please see the [[https://wiki.python.org/moin/Python%202.2.4?action=recall&rev=4|previous version of this page]].

Python 2.2.4

This set of pages is only relevant for historical reasons! Python development has moved on. If you are interested in the historical state of the project, please see the previous version of this page.

Python 2.2.4 (last edited 2019-12-15 05:30:22 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.