diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-06 01:17:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-06 01:17:45 (GMT) |
commit | b8c0230a27443b65c23c666ad87ed905ec606663 (patch) | |
tree | ca368c6b16dfa4c54fc79b9e03752182ba1b1275 /PCbuild/python.dsp | |
parent | 6e13a562ae01a962612ca76f9afcc7211240236e (diff) | |
download | cpython-b8c0230a27443b65c23c666ad87ed905ec606663.zip cpython-b8c0230a27443b65c23c666ad87ed905ec606663.tar.gz cpython-b8c0230a27443b65c23c666ad87ed905ec606663.tar.bz2 |
Dubious assumptions:
1. That seeking beyond the end of a file increases the size of a file.
2. That files so extended are magically filled with null bytes.
I find no support for either in the C std, and #2 in particular turns out
not to be true on Win32 (you apparently see whatever trash happened to be
on disk). Left #1 intact, but changed the test to check only bytes it
explicitly wrote. Also fiddled the "expected" vs "got" failure reports
to consistently use repr (%r) -- they weren't readable otherwise.
Diffstat (limited to 'PCbuild/python.dsp')
0 files changed, 0 insertions, 0 deletions