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 vstinner
Recipients brett.cannon, eric.araujo, lemburg, mark.dickinson, ncoghlan, orsenthil, pitrou, rhettinger, vstinner
Date 2012-05-16.22:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337208501.13.0.0858273015738.issue9548@psf.upfronthosting.co.za>
In-reply-to
Content
> initializing the standard streams imports Lib/locale.py

It looks like only locale.getpreferredencoding() is needed to initialize standard streams. Another option is to add a locale encoding codec. I already proposed the idea in #13619 but it was rejected.
History
Date User Action Args
2012-05-16 22:48:21vstinnersetrecipients: + vstinner, lemburg, brett.cannon, rhettinger, mark.dickinson, ncoghlan, orsenthil, pitrou, eric.araujo
2012-05-16 22:48:21vstinnersetmessageid: <1337208501.13.0.0858273015738.issue9548@psf.upfronthosting.co.za>
2012-05-16 22:48:20vstinnerlinkissue9548 messages
2012-05-16 22:48:20vstinnercreate