[Python-3000-checkins] r54179 - python/branches/p3yk/Lib/test/string_tests.py python/branches/p3yk/Lib/test/test_bytes.py

2007-03-06 Thread georg.brandl
Author: georg.brandl Date: Tue Mar 6 20:16:20 2007 New Revision: 54179 Modified: python/branches/p3yk/Lib/test/string_tests.py python/branches/p3yk/Lib/test/test_bytes.py Log: Addendum of patch #1669633: additional tests for bytes methods. Modified: python/branches/p3yk/Lib/test/string_t

[Python-3000-checkins] r54190 - in python/branches/p3yk/Lib: io.py test/test_io.py

2007-03-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed Mar 7 02:00:12 2007 New Revision: 54190 Modified: python/branches/p3yk/Lib/io.py python/branches/p3yk/Lib/test/test_io.py Log: New version from Mike Verdone (sat in my inbox since 2/27). I cleaned up whitespace but otherwise didn't change it. This will n

[Python-3000-checkins] r54194 - in python/branches/p3yk/Lib: io.py test/test_io.py

2007-03-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed Mar 7 06:23:25 2007 New Revision: 54194 Modified: python/branches/p3yk/Lib/io.py python/branches/p3yk/Lib/test/test_io.py Log: Change the specs for readinto() -- it should *not* shorten the buffer to the amount of data read. Modified: python/branches/p3y