]> granicus.if.org Git - python/commitdiff
Add IDLE NEWS items for 3.7 (#2090)
authorterryjreedy <tjreedy@udel.edu>
Sun, 11 Jun 2017 00:34:38 +0000 (20:34 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 00:34:38 +0000 (20:34 -0400)
Misc/NEWS

index 33333260311f7d1a201f1704e7ac261e4d50ad9e..e58de824566254c456b5fc3914468ace569bf06b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1078,6 +1078,22 @@ Library
   sys.getrecursionlimit() times, to protect against objects which create a new
   object on every attribute access.
 
+IDLE
+----
+
+- 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.
+
 Windows
 -------