commit | 8a495a48a53369120e7ca3b57efe9a07745ea067 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Dec 24 13:15:43 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Dec 24 13:15:43 2012 +0200 |
tree | eb0f056072f7b3890c7deaf2237eed1e2f8ea6b4 | |
parent | 159bb53765c895abb701d20881f13468484a9dba [diff] [blame] |
Issue #16511: Use default IDLE width and height if config param is not valid. Patch Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index e7fa7d9..0c4b8b2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -179,6 +179,9 @@ Library ------- +- Issue #16511: Use default IDLE width and height if config param is not valid. + Patch Serhiy Storchaka. + - Issue #16443: Add docstrings to regular expression match objects. Patch by Anton Kasyanov.