summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-07 01:31:26 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-07 01:31:26 (GMT)
commitcdbb06c15cadc818f22ee54901138545874452a6 (patch)
tree7a17667c8734cf56d87ab9e000356812ab111ee3 /Misc
parentee57f159afcba5aeca24a064a114ab441419a820 (diff)
parent0ef392cde7e088fce776581dacdb459ac39b5e7b (diff)
downloadcpython-cdbb06c15cadc818f22ee54901138545874452a6.zip
cpython-cdbb06c15cadc818f22ee54901138545874452a6.tar.gz
cpython-cdbb06c15cadc818f22ee54901138545874452a6.tar.bz2
#16887: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33cabc3..d1fc765 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.