May 5, 2004
7:30 p.m.
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/)