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 bsdphk
Recipients bsdphk, pitrou
Date 2012-08-18.20:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345321463.63.0.829635869369.issue15723@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-18 20:24:23bsdphksetrecipients: + bsdphk, pitrou
2012-08-18 20:24:23bsdphksetmessageid: <1345321463.63.0.829635869369.issue15723@psf.upfronthosting.co.za>
2012-08-18 20:24:23bsdphklinkissue15723 messages
2012-08-18 20:24:22bsdphkcreate