[New-bugs-announce] [issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

Stephen McInerney report at bugs.python.org
Thu Sep 11 20:41:34 CEST 2008


New submission from Stephen McInerney <spmcinerney at hotmail.com>:

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.

----------
components: IDLE
messages: 73049
nosy: spmcinerney
severity: normal
status: open
title: IDLE: quirky behavior when displaying strings longer than 4093 characters
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7

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


More information about the New-bugs-announce mailing list