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 /Lib/idlelib/NEWS.txt | |
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 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 9c739c6..dfc83fe 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,20 @@ What's New in IDLE 3.6.0? =========================== -*Release date: 2016-09-??* +*Release date: 2016-12-16?* + +- 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. - Issue #27714: text_textview and test_autocomplete now pass when re-run in the same process. This occurs when test_idle fails when run with the |