Author: christian.heimes
Date: Mon Feb 11 23:57:17 2008
New Revision: 60736
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Lib/pickletools.py
python/branches/py3k/Lib/test/test_pickletools.py
python/branches/py3k/Lib/test/test_tarfile.py
python/branches/py3k/
Author: raymond.hettinger
Date: Mon Feb 11 20:00:13 2008
New Revision: 60732
Modified:
python/branches/py3k/Lib/UserList.py
python/branches/py3k/Lib/UserString.py
python/branches/py3k/Lib/collections.py
python/branches/py3k/Lib/weakref.py
Log:
No need to register classes that already i
Author: eric.smith
Date: Mon Feb 11 18:55:01 2008
New Revision: 60729
Modified:
python/branches/py3k/Lib/test/test_long.py
Log:
Renamed test_format to test__format__, since it really tests the __format__
method. It was hiding another method of the same name.
Modified: python/branches/py3k/Li