commit | aa43ed95cd14366e95a724cb94eb9369195fb27b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 12 05:24:24 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 12 05:24:24 2007 +0000 |
tree | c7c9c0a3f1a7469e636fca784910db918b37b147 | |
parent | 57b39e0916d741d9851ac875d8f443bfc6005def [diff] |
TextIO improvement: - 25% speed increse in tell(); - f.seek(0, 1) now maps to f.seek(f.tell(), 0) instead of to f.tell().