summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-02-05 20:10:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-02-05 20:10:55 (GMT)
commitadb87e2677caad4cd167e4915763dda105bc982c (patch)
treea71f0e4c7f1d70b8c037d9c72f03fbecbcc7f578 /Misc
parentd76c1bf5999d670baa4dfcf58f7290f31007a85d (diff)
downloadcpython-adb87e2677caad4cd167e4915763dda105bc982c.zip
cpython-adb87e2677caad4cd167e4915763dda105bc982c.tar.gz
cpython-adb87e2677caad4cd167e4915763dda105bc982c.tar.bz2
Issue 964437 Make IDLE help window non-modal.
Patch by Guilherme Polo and Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2982ca0..42b563b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Core and Builtins
Library
-------
+- Issue #964437 Make IDLE help window non-modal.
+ Patch by Guilherme Polo and Roger Serwy.
+
- Issue #13933: IDLE auto-complete did not work with some imported
module, like hashlib. (Patch by Roger Serwy)