diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-10 20:24:54 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-10 20:24:54 (GMT) |
commit | d92cecb9f1d3ef887424b65561d9f93d33db41ef (patch) | |
tree | 7f7e8a58b5b3da1ee005efe2af9b1b006d87fd8f /Lib/idlelib | |
parent | 109bc3aa7345926c0df2b1bf97541c551f202893 (diff) | |
download | cpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.zip cpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.tar.gz cpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.tar.bz2 |
IDLE newx items.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b7ab98f..e64c493 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,13 @@ What's New in IDLE 3.5.3? ========================= *Release date: 2017-01-01?* +- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. + +- 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 #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 -w option but without -jn. Fix warning from test_config. |