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 cjwelborn, cool-RR, pitrou
Date 2014-03-19.22:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395266433.2313.13.camel@fsol>
In-reply-to <1395265047.05.0.823197664535.issue20218@psf.upfronthosting.co.za>
Content
> "I don't think "append" and "exclusive" deserve to be arguments here.
> write_bytes()/write_text() is a convenience method for the common use case."
> 
> Are you suggesting that these features be removed?

Yes.
For "append", the reason is simple. The use case for appending is really
repeated appending (e.g. writing to a log file), so providing a
convenience for one-shot appending doesn't make sense.
For "exclusive", it's not used often enough to warrant such a shortcut.

I don't want these APIs to become kitchen sink APIs.
History
Date User Action Args
2014-03-19 22:00:35pitrousetrecipients: + pitrou, cool-RR, cjwelborn
2014-03-19 22:00:35pitroulinkissue20218 messages
2014-03-19 22:00:35pitroucreate