[issue5008] Wrong tell() result for a file opened in append mode
STINNER Victor
report at bugs.python.org
Wed Jan 21 01:27:44 CET 2009
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
Version 4: ok, let's use *portable*_lseek() instead of the "ugly"
lseek() function (not compatible with large files on Windows).
Added file: http://bugs.python.org/file12820/fileio_append-4.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5008>
_______________________________________
More information about the Python-bugs-list
mailing list