[Python-Dev] Python 2.3.4 schedule
Guido van Rossum
guido at python.org
Wed May 5 20:30:25 EDT 2004
> This should only be a matter of copy the HEAD version to the release
> branch. Note that the HEAD version is slightly different from
> the one on the 2.3 branch - I haven't backported the cache
> changes I made.
OK, done. The cache fix is now in 2.3.4 too.
Note to Brett C and Raymond H: one of you added a call to reversed()
to platform.py; that's a no-no since the source code needs to remain
compatible with 1.5.2, per a comment in the source. I've added
platform.py to PEP 291.
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list