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 Sworddragon, r.david.murray, vstinner
Date 2013-11-30.21:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385848425.3.0.645501883319.issue19846@psf.upfronthosting.co.za>
In-reply-to
Content
Victor can correct me if I'm wrong, but I believe that stdin/stdout/stderr all use the filesystem encoding because filenames are the most likely source of non-ascii characters on those streams.  (Not a perfect solution, but the best we can do.)
History
Date User Action Args
2013-11-30 21:53:45r.david.murraysetrecipients: + r.david.murray, vstinner, Sworddragon
2013-11-30 21:53:45r.david.murraysetmessageid: <1385848425.3.0.645501883319.issue19846@psf.upfronthosting.co.za>
2013-11-30 21:53:45r.david.murraylinkissue19846 messages
2013-11-30 21:53:45r.david.murraycreate