[issue11395] print(s) fails on Windows with long strings

STINNER Victor report at bugs.python.org
Fri Mar 4 11:00:51 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Anyway, use os.write() to write unicode into the Windows console is not the right thing to do. We should use WriteConsoleW(): #1602 is the correct fix for this issue.

----------

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


More information about the Python-bugs-list mailing list