commit | adb87e2677caad4cd167e4915763dda105bc982c | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Feb 05 15:10:55 2012 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sun Feb 05 15:10:55 2012 -0500 |
tree | a71f0e4c7f1d70b8c037d9c72f03fbecbcc7f578 | |
parent | d76c1bf5999d670baa4dfcf58f7290f31007a85d [diff] [blame] |
Issue 964437 Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 2982ca0..42b563b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ 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)