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 paul.moore
Recipients paul.moore, piotr.dobrogost, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-13.18:17:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428949069.06.0.651511187163.issue23901@psf.upfronthosting.co.za>
In-reply-to
Content
My proof-of-concept attempt to use _O_U8TEXT resulted in some very bizarre behaviour - odd buffering of the interactive interpreter output and what appear to be Chinese characters being displayed for normal (ASCII) interactions.

I suspect there is some oddity around how _O_U8TEXT works. The approach looks too fragile to pursue. I'll look further into the RawIOBase option.
History
Date User Action Args
2015-04-13 18:17:49paul.mooresetrecipients: + paul.moore, vstinner, tim.golden, r.david.murray, piotr.dobrogost, zach.ware, steve.dower
2015-04-13 18:17:49paul.mooresetmessageid: <1428949069.06.0.651511187163.issue23901@psf.upfronthosting.co.za>
2015-04-13 18:17:49paul.moorelinkissue23901 messages
2015-04-13 18:17:48paul.moorecreate