[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2011-03-25 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- assignee: -> kbk nosy: +kbk resolution: works for me -> out of date stage: -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2010-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.1, WinXP, works fine. I am inclined to close this as idiosyncratic to a particular 2.5 installation, which is beyond patching now anyway. OP, respond if you have a problem with new 2.7, and include version splash line like "Python 3.1.2 (r312:79149, Mar 21

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-21 Thread Hank Christian
Hank Christian <[EMAIL PROTECTED]> added the comment: I am using Vista Ultimate, with Python 2.5. I did not have any problems running this code. The result was 4094. -- nosy: +hankchristian ___ Python tracker <[EMAIL PROTECTED]>

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-17 Thread Stephen McInerney
Stephen McInerney <[EMAIL PROTECTED]> added the comment: Other people have reported it does NOT occur with either: Win XP / Python 2.5 / Idle 1.2 Mac OS X 10.5.4 / Python 2.5.2 / IDLE 1.2.2 ___ Python tracker <[EMAIL PROTECTED]>

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-12 Thread Stephen McInerney
Stephen McInerney <[EMAIL PROTECTED]> added the comment: This may well be Windows-only or maybe even Windows Vista-only. I don't have ready access to other OS installs so could someone who does please try to repro? ___ Python tracker <[EMAIL PROTECTED]>

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-12 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: I don't think I can reproduce this under Linux with the idlelib in python-trunk. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-12 Thread Stephen McInerney
Stephen McInerney <[EMAIL PROTECTED]> added the comment: (I previously attached testcase with the web form, but it doesn't seem to work. So I'm pasting it here:) # Generate a length-4094 string. # IDLE will not display this unless your cursor is inside the string. # If you delete characters so

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-12 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Where is the test case ? -- nosy: +gpolo ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2008-09-11 Thread Stephen McInerney
New submission from Stephen McInerney <[EMAIL PROTECTED]>: 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 ha