summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-06-08 00:04:17 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-06-08 00:04:17 (GMT)
commit571ee57695ac5214341b2a94a873e4737fda1a9a (patch)
treeb38f47a6ec987c19334488948591a7152c372fa4 /Lib/idlelib/NEWS.txt
parent58ba47f97b582269a71e0376d6d8da58807842c9 (diff)
parent2a2ce4f6739bf5c8ec490df16d10cec51e0442fa (diff)
downloadcpython-571ee57695ac5214341b2a94a873e4737fda1a9a.zip
cpython-571ee57695ac5214341b2a94a873e4737fda1a9a.tar.gz
cpython-571ee57695ac5214341b2a94a873e4737fda1a9a.tar.bz2
Merge from 3.2, #12510
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 29398e2..ff23c6d 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,14 @@
What's New in IDLE 3.3.0?
=========================
+- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
+ Erroneous tool tips have been corrected. Default added for callables.
+
+- Issue10365: File open dialog now works instead of crashing even when
+ parent window is closed while dialog is open.
+
+- Issue 14876: use user-selected font for highlight configuration.
+
- Issue #14937: Perform auto-completion of filenames in strings even for
non-ASCII filenames. Likewise for identifiers.