Author: guido.van.rossum
Date: Sun Jan 14 00:54:39 2007
New Revision: 53417
Modified:
python/branches/p3yk/Tools/pybench/CommandLine.py
python/branches/p3yk/Tools/pybench/Dict.py
python/branches/p3yk/Tools/pybench/Exceptions.py
python/branches/p3yk/Tools/pybench/Lookups.py
Log:
Fix pyb
Author: guido.van.rossum
Date: Sun Jan 14 04:42:30 2007
New Revision: 53422
Modified:
python/branches/p3yk/Misc/NEWS
Log:
News about int/long unification and except syntax change.
Modified: python/branches/p3yk/Misc/NEWS
Author: guido.van.rossum
Date: Sun Jan 14 05:02:16 2007
New Revision: 53424
Modified:
python/branches/p3yk/BROKEN_TESTS
python/branches/p3yk/Modules/cPickle.c
Log:
Fix cPickle breakage due to last-minute change to the name of the 'long' type
(it's not called 'int' :-).
Modified: python/bra