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 05e806767b)
This commit is contained in:
Terry Jan Reedy 2018-02-05 03:14:15 -05:00 committed by GitHub
parent a8c25d1c7f
commit 7bd5a75bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,11 @@
What's New in IDLE 3.6.5 What's New in IDLE 3.6.5
Released on 2017-03-26? 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 What's New in IDLE 3.6.4
Released on 2017-12-19 Released on 2017-12-19
@ -314,9 +317,9 @@ Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
Update and augment description of the configuration system. 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 Released on 2016-12-23
======================== ======================================
- Issue #15308: Add 'interrupt execution' (^C) to Shell menu. - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel. Patch by Roger Serwy, updated by Bayard Randel.