File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ What's New in IDLE 3.5.3?
22=========================
33*Release date: 2017-01-01?*
44
5+ - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
6+
7+ - Add version to title of IDLE help window.
8+
9+ - Issue #25564: In section on IDLE -- console differences, mention that
10+ using exec means that __builtins__ is defined for each statement.
11+
512- Issue #27714: text_textview and test_autocomplete now pass when re-run
613 in the same process. This occurs when test_idle fails when run with the
714 -w option but without -jn. Fix warning from test_config.
Original file line number Diff line number Diff line change @@ -253,6 +253,13 @@ Library
253253IDLE
254254----
255255
256+ - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
257+
258+ - Add version to title of IDLE help window.
259+
260+ - Issue #25564: In section on IDLE -- console differences, mention that
261+ using exec means that __builtins__ is defined for each statement.
262+
256263- Issue #27714: text_textview and test_autocomplete now pass when re-run
257264 in the same process. This occurs when test_idle fails when run with the
258265 -w option but without -jn. Fix warning from test_config.
You can’t perform that action at this time.
0 commit comments