]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16511: Use default IDLE width and height if config param is not valid.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 24 Dec 2012 11:15:43 +0000 (13:15 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 24 Dec 2012 11:15:43 +0000 (13:15 +0200)
commit8a495a48a53369120e7ca3b57efe9a07745ea067
treeeb0f056072f7b3890c7deaf2237eed1e2f8ea6b4
parent159bb53765c895abb701d20881f13468484a9dba
Issue #16511: Use default IDLE width and height if config param is not valid.

Patch Serhiy Storchaka.
Lib/idlelib/EditorWindow.py
Lib/idlelib/FormatParagraph.py
Lib/idlelib/configDialog.py
Lib/idlelib/configHandler.py
Misc/NEWS