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

Terry J. Reedy report at bugs.python.org
Sat Mar 5 01:45:17 CET 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

print("a"*66000)

works (after some delay) running from an IDLE edit window (but see #144249). Works means that I get a working prompt back with no errors.

Unlike IDLE, the Command Prompt Windows keeps a limited number of lines in its buffers (default: 4x50), and may have a total size limit.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list