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 r.david.murray
Recipients docs@python, r.david.murray
Date 2011-08-24.13:36:15
SpamBayes Score 9.751197e-06
Marked as misclassified No
Message-id <1314192976.85.0.94018944527.issue12832@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, this was actually fixed in 3.2, so it is only 2.7 where there is the different (and long standing) problem of output of unicode to a pipe.

So, the doc issue boils down to mentioning how the encoding for stdout/stderr is derived (LOCALE, overridden by PYTHONIOENCODING if set, as far as I can tell).
History
Date User Action Args
2011-08-24 13:36:16r.david.murraysetrecipients: + r.david.murray, docs@python
2011-08-24 13:36:16r.david.murraysetmessageid: <1314192976.85.0.94018944527.issue12832@psf.upfronthosting.co.za>
2011-08-24 13:36:16r.david.murraylinkissue12832 messages
2011-08-24 13:36:15r.david.murraycreate