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 brett.cannon
Recipients benjamin.peterson, brett.cannon, pitrou, vstinner
Date 2012-02-29.18:38:09
SpamBayes Score 0.074885055
Marked as misclassified No
Message-id <1330540689.78.0.762669968512.issue14153@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so if on windows or isatty + nl_langinfo + CODESET, check fd 0 for a returned string that codecs.lookup and find something for. fd 42 (if not a tty) should return None.
History
Date User Action Args
2012-02-29 18:38:09brett.cannonsetrecipients: + brett.cannon, pitrou, vstinner, benjamin.peterson
2012-02-29 18:38:09brett.cannonsetmessageid: <1330540689.78.0.762669968512.issue14153@psf.upfronthosting.co.za>
2012-02-29 18:38:09brett.cannonlinkissue14153 messages
2012-02-29 18:38:09brett.cannoncreate