[issue15723] Python breaks OS' append guarantee on file writes

Poul-Henning Kamp report at bugs.python.org
Sat Aug 18 22:24:23 CEST 2012


Poul-Henning Kamp added the comment:

Yes, it does:

If the O_APPEND flag of the file status flags is set, the file offset shall be set to the end of the file prior to each write and no intervening file modification operation shall occur between changing the file offset and the write operation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15723>
_______________________________________


More information about the Python-bugs-list mailing list