summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-02-05 00:07:16 (GMT)
committerGitHub <noreply@github.com>2018-02-05 00:07:16 (GMT)
commit05e806767b857b1eab838e712828e3a7d57cabf1 (patch)
tree732e4e5984ca8d3dd7ee259f2d0774a3e19952ed
parent845d86485e35a26478aedb3dc127d632fdc65759 (diff)
downloadcpython-05e806767b857b1eab838e712828e3a7d57cabf1.zip
cpython-05e806767b857b1eab838e712828e3a7d57cabf1.tar.gz
cpython-05e806767b857b1eab838e712828e3a7d57cabf1.tar.bz2
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
-rw-r--r--Lib/idlelib/NEWS.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 9784c46..d616a74 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,8 +1,11 @@
-What's New in IDLE 3.7.0
+What's New in IDLE 3.7.0 (since 3.6.0)
Released on 2018-06-18?
-========================
+======================================
+bpo-32765: Update configdialog General tab create page docstring.
+Add new widgets to the widget list.
+
bpo-32207: Improve tk event exception tracebacks in IDLE.
When tk event handling is driven by IDLE's run loop, a confusing
and distracting queue.EMPTY traceback context is no longer added
@@ -294,9 +297,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.