summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-01 04:28:55 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-01 04:28:55 (GMT)
commit34d0c66ef2bcfae00beb9f2b14e393cd00f499e4 (patch)
tree87a046af3d360a1d3f0d5ce8239d93f4dda6a067 /Misc
parentcadd7864d88239d7ed58611b28e8dc48ff70b49c (diff)
downloadcpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.zip
cpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.tar.gz
cpython-34d0c66ef2bcfae00beb9f2b14e393cd00f499e4.tar.bz2
#6698: IDLE now opens just an editor window when configured to do so.
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 29784ff..70dd410 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins
Library
-------
+- Issue #6698: IDLE now opens just an editor window when configured to do so.
+
- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
raises an exception.