]> granicus.if.org Git - python/commit
Patch # 1323 by Amaury Forgeot d'Arc.
authorGuido van Rossum <guido@python.org>
Thu, 25 Oct 2007 23:21:03 +0000 (23:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 25 Oct 2007 23:21:03 +0000 (23:21 +0000)
commit79b79eeab239f97d2a1374a83799aebc11e9ae7e
tree6e2aab237c4210ee875aac288b42e16f18df9939
parent687b9c0779d81714d8ad22157e8e0f5dfc88d904
Patch # 1323 by Amaury Forgeot d'Arc.
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...
Lib/io.py
Lib/test/test_file.py