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 spmcinerney
Recipients spmcinerney
Date 2008-09-11.18:40:34
SpamBayes Score 8.328051e-05
Marked as misclassified No
Message-id <1221158494.97.0.26052991619.issue3841@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE exhibits quirky behavior when displaying strings longer than 4093 
characters

Python versions: believed to be all. I found this on Python 2.5 / IDLE 
1.2.2
OS: Windows Vista; let me know if it repros on others.

Testcase attached has a length-4094 string.
IDLE will not display this unless your cursor is inside the string.
If you delete characters so length <= 4093, IDLE displays it ok again.
History
Date User Action Args
2008-09-11 18:41:35spmcinerneysetrecipients: + spmcinerney
2008-09-11 18:41:34spmcinerneysetmessageid: <1221158494.97.0.26052991619.issue3841@psf.upfronthosting.co.za>
2008-09-11 18:40:34spmcinerneylinkissue3841 messages
2008-09-11 18:40:34spmcinerneycreate