summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-12 00:16:44 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-12 00:16:44 (GMT)
commit1eafd1076eca6b63337a2d8bb1eecae5b57e7792 (patch)
treeb0af393497b95bda3a1bdc0efe33be5d20132e02 /Misc
parent36b045f4db128a308f311058330c81995acf68fe (diff)
downloadcpython-1eafd1076eca6b63337a2d8bb1eecae5b57e7792.zip
cpython-1eafd1076eca6b63337a2d8bb1eecae5b57e7792.tar.gz
cpython-1eafd1076eca6b63337a2d8bb1eecae5b57e7792.tar.bz2
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8f687b..ddfc701 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Library
IDLE
----
+- Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
+
- Issue #17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.