summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-11 00:46:08 (GMT)
committerGitHub <noreply@github.com>2017-06-11 00:46:08 (GMT)
commit503bc6363d6486c693248417a26f8c11919c6782 (patch)
tree2c904051c61f8e3c60ff5659eb877877ec200ff3 /Lib
parentc94c41ce739a38b2b502d33d4ea31ffd2188d83f (diff)
downloadcpython-503bc6363d6486c693248417a26f8c11919c6782.zip
cpython-503bc6363d6486c693248417a26f8c11919c6782.tar.gz
cpython-503bc6363d6486c693248417a26f8c11919c6782.tar.bz2
Update idlelib NEWS for 3.7 (#2089)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt24
1 files changed, 21 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index a3fc501..5954293 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,24 @@
-What's New in IDLE 3.6.0?
-===========================
-*Release date: 2016-12-16?*
+What's New in IDLE 3.7.0
+Released on 2018-06-18?
+========================
+
+bpo-30290: Help-about: use pep8 names and add tests.
+Increase coverage to 100%.
+Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
+
+bpo-30303: Add _utest option to textview; add new tests.
+Increase coverage to 100%.
+Patches by Louie Lu and Terry Jan Reedy.
+
+Issue #29071: IDLE colors f-string prefixes (but not invalid ur prefixes).
+
+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
+Released on 2016-12-23
+========================
- Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.