commit | e53245696539dc2d1b128dcdcb25d803fcb971bc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 19 00:39:01 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 19 00:39:01 2011 +0100 |
tree | 00d97ce31b2b84c7a8b11f1485dc389677423ef0 | |
parent | f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0 [diff] |
Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as once rather than limit ourselves to the default chunk size.