[issue1602] windows console doesn't print or input Unicode

Glenn Linderman report at bugs.python.org
Fri Mar 25 02:30:04 CET 2011


Glenn Linderman <v+python at g.nevcal.com> added the comment:

Would it suffice if the new scheme internally flushed after every buffer.write?  It wouldn't be needed after write, because the correct application would already do one there?

Am I off-base in supposing that the performance of buffer.write is expected to include a flush (because it isn't expected to be buffered)?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1602>
_______________________________________


More information about the Python-bugs-list mailing list