diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-10 20:28:01 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-10 20:28:01 (GMT) |
commit | 70360194c768efb0b26d524d5b94d4da963d632a (patch) | |
tree | f65619e247e22440b2786aa3d9211e09abd320c4 /Misc/NEWS | |
parent | abd143b23bf05cb86d3d2da3ad977c6873b978d4 (diff) | |
parent | d92cecb9f1d3ef887424b65561d9f93d33db41ef (diff) | |
download | cpython-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/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 ----- |