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
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
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