commit | 8e0ef58f30302a097230f96b4b5f2fd02e9e11c2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 04 20:17:40 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 04 20:17:40 2011 +0000 |
tree | 752714b71f94da05d0bc98434f206857d0c225d4 | |
parent | f60b4852da59b478b88c5f0dcb51e2c215601888 [diff] |
Merged revisions 88334 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88334 | antoine.pitrou | 2011-02-04 21:11:11 +0100 (ven., 04 févr. 2011) | 3 lines Mention that seek and tell over a TextIOWrapper can be very slow. ........