This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, terry.reedy, vstinner
Date 2011-03-05.00:45:16
SpamBayes Score 0.0011652363
Marked as misclassified No
Message-id <1299285917.59.0.772952326339.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-05 00:45:17terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, pitrou, vstinner, casevh, neologix, santoso.wijaya
2011-03-05 00:45:17terry.reedysetmessageid: <1299285917.59.0.772952326339.issue11395@psf.upfronthosting.co.za>
2011-03-05 00:45:17terry.reedylinkissue11395 messages
2011-03-05 00:45:16terry.reedycreate