]> granicus.if.org Git - python/commit
M EditorWindow.py
authorKurt B. Kaiser <kbk@shore.net>
Mon, 16 Dec 2002 02:07:11 +0000 (02:07 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 16 Dec 2002 02:07:11 +0000 (02:07 +0000)
commit822a77fcc761b3c9992950ddf48b3f0bec917b4d
tree39e69cbc0b8010183aedc7505ef0691a1d6f749d
parent8e5b53b3d9b1955494f5bfea638417f690808e05
M EditorWindow.py
M PyShell.py

Idlefork SF Bug 440383 - IDLE goes into beep loop
Fix loop in EditorWindow.newline_and_indent_event() and
in addition fix submission of >>> prompt to PyParse.Parser

Eliminate extra attribute EditorWindow.auto_indent
Lib/idlelib/EditorWindow.py
Lib/idlelib/PyShell.py