diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-02-05 20:10:55 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-02-05 20:10:55 (GMT) |
commit | adb87e2677caad4cd167e4915763dda105bc982c (patch) | |
tree | a71f0e4c7f1d70b8c037d9c72f03fbecbcc7f578 /Misc | |
parent | d76c1bf5999d670baa4dfcf58f7290f31007a85d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |