summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-05-05 16:34:21 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-05-05 16:34:21 (GMT)
commit5b1ab247510d4f4fc566b62e8928646ebe276d49 (patch)
treefc6dd4d8c6962db9e594d3e771ca19085527dd85 /Misc
parentfd417cc54bc71fb294c4f9889441929d3e8b3dcc (diff)
downloadcpython-5b1ab247510d4f4fc566b62e8928646ebe276d49.zip
cpython-5b1ab247510d4f4fc566b62e8928646ebe276d49.tar.gz
cpython-5b1ab247510d4f4fc566b62e8928646ebe276d49.tar.bz2
#17798: Allow IDLE to edit new files when specified on command line.
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 da68f26..b4ba70b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,8 @@ Library
IDLE
----
+- Issue #17798: Allow IDLE to edit new files when specified on command line.
+
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
- Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().