]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545) 5554/head
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 5 Feb 2018 08:14:15 +0000 (03:14 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2018 08:14:15 +0000 (03:14 -0500)
Add entry for uniform lower context; add 'since' to be explicit.
(cherry picked from commit 05e806767b857b1eab838e712828e3a7d57cabf1)

Lib/idlelib/NEWS.txt

index 14d2dddcae2fa97282d5b9dac8681d65b0e5b9bc..d82fde26f28ffd1eeaebf0ec0610e0a211d6f946 100644 (file)
@@ -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.