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 cvrebert
Recipients cvrebert, eli.bendersky, ncoghlan, pitrou
Date 2012-02-12.04:51:43
SpamBayes Score 0.020746175
Marked as misclassified No
Message-id <1329022306.54.0.645370828942.issue13997@psf.upfronthosting.co.za>
In-reply-to
Content
@Bendersky:

Unlike open()'s other arguments, that one wouldn't be orthogonal though. It would be possible to write e.g.:

f = open(fname, encoding="big5", errors="replace", ascii_only=True)

which seems disturbing, IMO. It would be nicer to rule out such impossible combinations categorically.
History
Date User Action Args
2012-02-12 04:51:46cvrebertsetrecipients: + cvrebert, ncoghlan, pitrou, eli.bendersky
2012-02-12 04:51:46cvrebertsetmessageid: <1329022306.54.0.645370828942.issue13997@psf.upfronthosting.co.za>
2012-02-12 04:51:43cvrebertlinkissue13997 messages
2012-02-12 04:51:43cvrebertcreate