Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d92cecb

Browse files
committed
IDLE newx items.
1 parent 109bc3a commit d92cecb

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,13 @@ Library
253253
IDLE
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.

0 commit comments

Comments
 (0)