• Guido van Rossum's avatar
    Patch # 1323 by Amaury Forgeot d'Arc. · 79b79eea
    Guido van Rossum yazdı
    This patch corrects a problem in test_file.py on Windows:
    f.truncate() seeks to the truncation point, but does not empty the
    buffers. In the test, f.tell() returns -1...
    79b79eea
io.py 45 KB