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 pitrou
Recipients erik.bray, neologix, pitrou, r.david.murray
Date 2013-08-29.17:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377798586.43.0.0808078175897.issue18876@psf.upfronthosting.co.za>
In-reply-to
Content
On which systems is O_APPEND not supported? It's part of the POSIX standard, and even Windows seems to have it.

> Whereas the behavior of O_APPEND causes an automatic seek to the end
> before any write().

True, but IIRC some systems seek on open() and some systems seek just before write().

Agreed about the "mode" attribute problem, though. And the BufferedWriter bug is truly embarassing, sorry :-(
History
Date User Action Args
2013-08-29 17:49:46pitrousetrecipients: + pitrou, r.david.murray, neologix, erik.bray
2013-08-29 17:49:46pitrousetmessageid: <1377798586.43.0.0808078175897.issue18876@psf.upfronthosting.co.za>
2013-08-29 17:49:46pitroulinkissue18876 messages
2013-08-29 17:49:46pitroucreate