• Guido van Rossum's avatar
    TextIO improvement: · aa43ed95
    Guido van Rossum authored
    - 25% speed increse in tell();
    - f.seek(0, 1) now maps to f.seek(f.tell(), 0) instead of to f.tell().
    aa43ed95
io.py 34.9 KB