[Python-ideas] Unicode stdin/stdout (was: Re: python 3.3repr)
drekin at gmail.com
drekin at gmail.com
Tue Nov 19 10:46:30 CET 2013
I really wanted to be able to write Unicode in Windows console, so I have written the following code: http://bugs.python.org/file31756/streams.py (based on other samples of code I found), in connection with http://bugs.python.org/issue1602 . It addresses the design of using as much as possible from io hierarchy. It definitely doesn't cover many details but I actually use it in my interactive console.
Regards, Drekin
More information about the Python-ideas
mailing list