STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Patch _including a test_:

+       if (append)
+               lseek(self->fd, 0, SEEK_END);

----------
keywords: +patch
Added file: http://bugs.python.org/file12803/fileio_append.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5008>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to