[Python-3000-checkins] r60736 - in python/branches/py3k: Lib/pickletools.py Lib/test/test_pickletools.py Lib/test/test_tarfile.py Lib/test/testtar.tar

2008-02-11 Thread christian.heimes
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/

[Python-3000-checkins] r60732 - python/branches/py3k/Lib/UserList.py python/branches/py3k/Lib/UserString.py python/branches/py3k/Lib/collections.py python/branches/py3k/Lib/weakref.py

2008-02-11 Thread raymond.hettinger
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

[Python-3000-checkins] r60729 - python/branches/py3k/Lib/test/test_long.py

2008-02-11 Thread eric.smith
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