Skip to content

Commit 59d7bdb

Browse files
bpo-34162: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) (GH-11598)
(cherry picked from commit 56c1605) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent ebb08be commit 59d7bdb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Lib/idlelib/NEWS.txt

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Released on 2019-??-??
33
======================================
44

55

6+
bpo-35660: Fix imports in window module.
7+
8+
bpo-35641: Properly format calltip for function without docstring.
9+
10+
bpo-33987: Use ttk Frame for ttk widgets.
11+
12+
bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
13+
14+
bpo-28097: Add Previous/Next History entries to Shell menu.
15+
16+
bpo-35591: Find Selection now works when selection not found.
17+
18+
bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
19+
make some objects global, and add tests.
20+
621
bpo-35196: Speed up squeezer line counting.
722

823
bpo-35208: Squeezer now counts wrapped lines before newlines.

0 commit comments

Comments
 (0)