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 a.badger, bkabrda, deleted250130, ezio.melotti, jwilk, larry, loewis, martin.panter, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-01-03.06:13:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Larry: I'm assuming it's way too late to make a change like this for the 3.4 release?

Slavek: assuming this change is made for 3.5 upstream, we may want to look at backporting it as a 3.4 patch in Fedora (as part of the Python-3-by-default project). Otherwise it's very easy to provoke Python 3 into throwing Unicode errors when attempting to print data provided by the OS.
History
Date User Action Args
2014-01-03 06:13:54ncoghlansetrecipients: + ncoghlan, loewis, pitrou, vstinner, larry, jwilk, ezio.melotti, a.badger, r.david.murray, deleted250130, martin.panter, serhiy.storchaka, bkabrda
2014-01-03 06:13:54ncoghlansetmessageid: <[email protected]>
2014-01-03 06:13:54ncoghlanlinkissue19977 messages
2014-01-03 06:13:53ncoghlancreate