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 r.david.murray
Recipients bsdphk, pitrou, r.david.murray
Date 2012-08-18.23:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345331642.02.0.242995519821.issue15723@psf.upfronthosting.co.za>
In-reply-to
Content
Even if we write in chunks, if we are calling the OS write function and O_APPEND is set, wouldn't be satisfying the condition?  Or, rather, the OS would be.  That is, I don't really see a guarantee of an *atomic* write in the quoted description.
History
Date User Action Args
2012-08-18 23:14:02r.david.murraysetrecipients: + r.david.murray, pitrou, bsdphk
2012-08-18 23:14:02r.david.murraysetmessageid: <1345331642.02.0.242995519821.issue15723@psf.upfronthosting.co.za>
2012-08-18 23:14:01r.david.murraylinkissue15723 messages
2012-08-18 23:14:01r.david.murraycreate