commit | 75b249c914561166602bb42fe748b6e00211cc91 | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Sat Apr 06 20:26:53 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Sat Apr 06 20:26:53 2013 -0500 |
tree | 1829468aeb5f6bdb3eb6f205c2965a439fe869ad | |
parent | 08759c7d2a0328ca813643524b3268990c998027 [diff] [blame] |
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
diff --git a/Misc/NEWS b/Misc/NEWS index 5ec6f46..9f145c7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ IDLE ---- +- Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box. + - Issue #14254: IDLE now handles readline correctly across shell restarts. - Issue #17614: IDLE no longer raises exception when quickly closing a file.