commit | 79b79eeab239f97d2a1374a83799aebc11e9ae7e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 25 23:21:03 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 25 23:21:03 2007 +0000 |
tree | 6e2aab237c4210ee875aac288b42e16f18df9939 | |
parent | 687b9c0779d81714d8ad22157e8e0f5dfc88d904 [diff] |
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...