diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-03-12 03:04:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-03-12 03:04:44 (GMT) |
commit | 8f01b680c85853948591c28ceae356760e7c7c33 (patch) | |
tree | 5f5010a50ee3f6bacdb34076a5af115fa425b94b /Lib/hotshot | |
parent | 9d142adfce027096a5c80dcaf7193b510cf7f984 (diff) | |
download | cpython-8f01b680c85853948591c28ceae356760e7c7c33.zip cpython-8f01b680c85853948591c28ceae356760e7c7c33.tar.gz cpython-8f01b680c85853948591c28ceae356760e7c7c33.tar.bz2 |
Change Windows file.truncate() to (a) restore the original file position,
and (b) stop trying to prevent file growth.
Beef up the file.truncate() docs.
Change test_largefile.py to stop assuming that f.truncate() moves the
file pointer to the truncation point, and to verify instead that it leaves
the file position alone. Remove the test for what happens when a
specified size exceeds the original file size (it's ill-defined, according
to the Single Unix Spec).
Diffstat (limited to 'Lib/hotshot')
0 files changed, 0 insertions, 0 deletions