diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-05 08:14:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 08:14:15 (GMT) |
commit | 7bd5a75bbe28219d3fc18a239c2c554d1850abcb (patch) | |
tree | b7de69361187da6e84c4901a8b0bd235b0a034b2 | |
parent | a8c25d1c7f0d395861cc3e10dd01989150891c95 (diff) | |
download | cpython-7bd5a75bbe28219d3fc18a239c2c554d1850abcb.zip cpython-7bd5a75bbe28219d3fc18a239c2c554d1850abcb.tar.gz cpython-7bd5a75bbe28219d3fc18a239c2c554d1850abcb.tar.bz2 |
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
Add entry for uniform lower context; add 'since' to be explicit.
(cherry picked from commit 05e806767b857b1eab838e712828e3a7d57cabf1)
-rw-r--r-- | Lib/idlelib/NEWS.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 14d2ddd..d82fde2 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,10 @@ What's New in IDLE 3.6.5 Released on 2017-03-26? -======================== +====================================== + +bpo-32765: Update configdialog General tab create page docstring. +Add new widgets to the widget list. What's New in IDLE 3.6.4 @@ -314,9 +317,9 @@ Issue #28572: Add 10% to coverage of IDLE's test_configdialog. Update and augment description of the configuration system. -What's New in IDLE 3.6.0 +What's New in IDLE 3.6.0 (since 3.5.0) Released on 2016-12-23 -======================== +====================================== - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. Patch by Roger Serwy, updated by Bayard Randel. |