diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-01-17 23:44:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 23:44:13 (GMT) |
commit | 56c16057c639acc2fb89c6b783425320f23a5f6c (patch) | |
tree | 1e202d2bc5d0e854c73e2f4cdce2d624a320b655 /Lib/idlelib | |
parent | 17f05bbc78dbcd1db308266c31370da9ec1b1d47 (diff) | |
download | cpython-56c16057c639acc2fb89c6b783425320f23a5f6c.zip cpython-56c16057c639acc2fb89c6b783425320f23a5f6c.tar.gz cpython-56c16057c639acc2fb89c6b783425320f23a5f6c.tar.bz2 |
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index d1748a2..a458c39 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,21 @@ Released on 2019-10-20? ====================================== +bpo-35660: Fix imports in window module. + +bpo-35641: Properly format calltip for function without docstring. + +bpo-33987: Use ttk Frame for ttk widgets. + +bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell. + +bpo-28097: Add Previous/Next History entries to Shell menu. + +bpo-35591: Find Selection now works when selection not found. + +bpo-35598: Update config_key: use PEP 8 names and ttk widgets, +make some objects global, and add tests. + bpo-35196: Speed up squeezer line counting. bpo-35208: Squeezer now counts wrapped lines before newlines. |