summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-02-03 05:52:34 (GMT)
committerGitHub <noreply@github.com>2018-02-03 05:52:34 (GMT)
commit72584d23a54855ef5843d7475b7c5a904e3ef713 (patch)
tree5ddea129827b8bda6417a7142f17b0ce1e53ad6b /Lib
parenta71397fb6603d0fe673acd7765c74699cd28fe7b (diff)
downloadcpython-72584d23a54855ef5843d7475b7c5a904e3ef713.zip
cpython-72584d23a54855ef5843d7475b7c5a904e3ef713.tar.gz
cpython-72584d23a54855ef5843d7475b7c5a904e3ef713.tar.bz2
[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
Add 3.6.4 and 3.6.5 headers; move 3.6.3 header below 3.6.4 entries; fix dates.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 5b9d2ab..14d2ddd 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,8 +1,13 @@
-What's New in IDLE 3.6.3
-Released on 2017-09-25?
+What's New in IDLE 3.6.5
+Released on 2017-03-26?
========================
+
+What's New in IDLE 3.6.4
+Released on 2017-12-19
+========================
+
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
@@ -40,6 +45,11 @@ To make room for the expanded sample, frames on the Font tab are
re-arranged. The Font/Tabs help explains a bit about the additions.
Patch by Terry Jan Reedy
+
+What's New in IDLE 3.6.3
+Released on 2017-10-03
+========================
+
bpo-31460: Simplify the API of IDLE's Module Browser.
Passing a widget instead of an flist with a root widget opens the
option of creating a browser frame that is only part of a window.
@@ -268,7 +278,7 @@ bpo-24813: Add icon to help_about and make other changes.
What's New in IDLE 3.6.2
-Released on 2017-07-11
+Released on 2017-07-17
========================
bpo-15786: Fix several problems with IDLE's autocompletion box.