[New-bugs-announce] [issue5219] IDLE: slowness, pauses enter long strings
John DeLuca
report at bugs.python.org
Wed Feb 11 20:58:20 CET 2009
New submission from John DeLuca <jmjdeluca at comcast.net>:
In Interpreted Mode, when enter long strings, such as ofile.write ("
this is a long string...") or print ("this is a long string..."), the
keyboard entry is delayed - sometimes for 20+ seconds. If one completes
the string (typing blindly as not text is visible) and keys the
closing ')', or one moves the entire shell window, the missing text is
dropped on the entry line and one can continue typing.
This occurs after about 25 characters of the string.
----------
components: IDLE
messages: 81662
nosy: pyJohn
severity: normal
status: open
title: IDLE: slowness, pauses enter long strings
type: performance
versions: Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5219>
_______________________________________
More information about the New-bugs-announce
mailing list