This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients bsdphk, neologix, pitrou, r.david.murray
Date 2012-08-24.09:48:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I wouldn't rely on O_APPEND too much:
- it won't work on NFS, and probably other non-local filesystems
- it doesn't actually guarantee atomicity, because even though the the file offset and the write is done with locking, there is still the possibility of partial write
History
Date User Action Args
2012-08-24 09:48:25neologixsetrecipients: + neologix, pitrou, r.david.murray, bsdphk
2012-08-24 09:48:25neologixsetmessageid: <[email protected]>
2012-08-24 09:48:24neologixlinkissue15723 messages
2012-08-24 09:48:24neologixcreate