Martin v. Löwis <mar...@v.loewis.de> added the comment:

Robert: this is not a bug. Python's IO stack has the fundamental assumption 
that streams are byte-oriented. So the "shouldn't be the output in Unicode" is 
not a possible solution, since Unicode cannot work on a byte stream.

As a feature request, this is indeed a duplicate of 1602.

----------
nosy: +loewis
resolution:  -> duplicate
status: open -> closed
superseder:  -> windows console doesn't print or input Unicode
versions: +Python 3.3 -Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to