]> granicus.if.org Git - python/commit
TextIO improvement:
authorGuido van Rossum <guido@python.org>
Thu, 12 Apr 2007 05:24:24 +0000 (05:24 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Apr 2007 05:24:24 +0000 (05:24 +0000)
commitaa43ed95cd14366e95a724cb94eb9369195fb27b
treec7c9c0a3f1a7469e636fca784910db918b37b147
parent57b39e0916d741d9851ac875d8f443bfc6005def
TextIO improvement:
- 25% speed increse in tell();
- f.seek(0, 1) now maps to f.seek(f.tell(), 0) instead of to f.tell().
Lib/io.py