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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Mar 4 09:15:13 CET 2011


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

Likewise, this fails with 3.2::
   import os
   os.write(1, b"a" * 66000)

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list