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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Mar 4 11:06:33 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I'm writing bytes here: os.write(1, b"b" * 66000)
And WriteConsole has the same issue.

----------

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


More information about the Python-bugs-list mailing list