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 ncoghlan
Recipients Jan Niklas Hasse, Sworddragon, abarry, akira, barry, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, yan12125
Date 2017-01-07.08:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483778477.18.0.402571304479.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
I just pushed an update to PEP 538 based on PEP 540 and the feedback in the linux-sig discussion: https://github.com/python/peps/commit/221099d8765125bbd798e869846b005bcca84b47

I'll be starting a thread for that on python-ideas shortly, but in the context of the discussion here:

* There are good reasons to go back to strict error handling by default on the standard streams when we're using UTF-8 as the default encoding rather than ASCII: https://www.python.org/dev/peps/pep-0538/#using-strict-error-handling-by-default
* The right overall answer might actually be to create a hybrid merger of the two PEPs, rather than seeing them as strictly competitors: https://www.python.org/dev/peps/pep-0538/#relationship-with-other-peps
History
Date User Action Args
2017-01-07 08:41:17ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, yan12125, abarry, Jan Niklas Hasse
2017-01-07 08:41:17ncoghlansetmessageid: <1483778477.18.0.402571304479.issue28180@psf.upfronthosting.co.za>
2017-01-07 08:41:17ncoghlanlinkissue28180 messages
2017-01-07 08:41:16ncoghlancreate