summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-10 20:28:01 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-10 20:28:01 (GMT)
commit70360194c768efb0b26d524d5b94d4da963d632a (patch)
treef65619e247e22440b2786aa3d9211e09abd320c4 /Misc/NEWS
parentabd143b23bf05cb86d3d2da3ad977c6873b978d4 (diff)
parentd92cecb9f1d3ef887424b65561d9f93d33db41ef (diff)
downloadcpython-70360194c768efb0b26d524d5b94d4da963d632a.zip
cpython-70360194c768efb0b26d524d5b94d4da963d632a.tar.gz
cpython-70360194c768efb0b26d524d5b94d4da963d632a.tar.bz2
IDLE newx items. merge from 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d89170..b70d2ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -332,6 +332,23 @@ Library
- Issue #21201: Improves readability of multiprocessing error message. Thanks
to Wojciech Walczak for patch.
+IDLE
+----
+
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- Issue #27891: Consistently group and sort imports within idlelib modules.
+
+- Issue #17642: add larger font sizes for classroom projection.
+
+- Add version to title of IDLE help window.
+
+- Issue #25564: In section on IDLE -- console differences, mention that
+ using exec means that __builtins__ is defined for each statement.
+
+- Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
+ from being selected when no custom theme was defined.
+
C API
-----