IDLE newx items.

This commit is contained in:
Terry Jan Reedy 2016-09-10 16:24:54 -04:00
parent 109bc3aa73
commit d92cecb9f1
2 changed files with 14 additions and 0 deletions

View File

@ -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.

View File

@ -253,6 +253,13 @@ Library
IDLE
----
- 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.