bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) · python/cpython@56c1605 (original) (raw)

Original file line number Diff line number Diff line change
@@ -3,6 +3,21 @@ Released on 2019-10-20?
3 3 ======================================
4 4
5 5
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 +
6 21 bpo-35196: Speed up squeezer line counting.
7 22
8 23 bpo-35208: Squeezer now counts wrapped lines before newlines.