Skip to content

Commit 84c89ef

Browse files
miss-islingtonterryjreedy
authored andcommitted
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)
(cherry picked from commit 55679e0)
1 parent 6b4d8ba commit 84c89ef

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Released on 2017-09-25?
33
========================
44

55

6+
bpo-31493: Fix code context update and font update timers.
7+
Canceling timers prevents a warning message when test_idle completes.
8+
9+
bpo-31488: Update non-key options in former extension classes.
10+
When applying configdialog changes, call .reload for each feature class.
11+
Change ParenMatch so updated options affect existing instances attached
12+
to existing editor windows.
13+
14+
bpo-31477: Improve rstrip entry in IDLE doc.
15+
Strip Trailing Whitespace strips more than blank spaces.
16+
Multiline string literals are not skipped.
17+
18+
bpo-31480: fix tests to pass with zzdummy extension disabled. (#3590)
19+
To see the example in action, enable it on options extensions tab.
20+
21+
bpo-31421: Document how IDLE runs tkinter programs.
22+
IDLE calls tcl/tk update in the background in order to make live
23+
interaction and experimentatin with tkinter applications much easier.
24+
625
bpo-bpo-31414: Fix tk entry box tests by deleting first.
726
Adding to an int entry is not the same as deleting and inserting
827
because int('') will fail. Patch by Terry Jan Reedy.

0 commit comments

Comments
 (0)