Author: walter.doerwald
Date: Fri Jun 8 12:38:38 2007
New Revision: 55825
Modified:
python/branches/py3k-struni/Lib/test/test_exceptions.py
Log:
Fix chr() test (100 was accepted on a UCS4 build).
Modified: python/branches/py3k-struni/Lib/test/test_exceptions.py
==
Author: walter.doerwald
Date: Fri Jun 8 17:33:46 2007
New Revision: 55827
Modified:
python/branches/py3k-struni/Lib/Cookie.py
Log:
Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain
unicode now). Fix _quote() and Morsel.set() which were using str8.translate().
As cPickl
Author: guido.van.rossum
Date: Sat Jun 9 01:04:42 2007
New Revision: 55837
Added:
python/branches/p3yk/Lib/abc.py (contents, props changed)
python/branches/p3yk/Lib/test/test_abc.py (contents, props changed)
Log:
PEP 3119 -- the abc module.
Added: python/branches/p3yk/Lib/abc.py
=
Author: guido.van.rossum
Date: Sat Jun 9 02:38:55 2007
New Revision: 55838
Modified:
python/branches/p3yk/Lib/collections.py
python/branches/p3yk/Lib/test/test_collections.py
Log:
Implement part of PEP 3119 -- One Trick Ponies.
Modified: python/branches/p3yk/Lib/collections.py
===