diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-07 01:31:26 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-07 01:31:26 (GMT) |
commit | cdbb06c15cadc818f22ee54901138545874452a6 (patch) | |
tree | 7a17667c8734cf56d87ab9e000356812ab111ee3 /Misc | |
parent | ee57f159afcba5aeca24a064a114ab441419a820 (diff) | |
parent | 0ef392cde7e088fce776581dacdb459ac39b5e7b (diff) | |
download | cpython-cdbb06c15cadc818f22ee54901138545874452a6.zip cpython-cdbb06c15cadc818f22ee54901138545874452a6.tar.gz cpython-cdbb06c15cadc818f22ee54901138545874452a6.tar.bz2 |
#16887: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1013,6 +1013,8 @@ _ Issue #17385: Fix quadratic behavior in threading.Condition. The FIFO 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. |