]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] Add IDLE news items (GH-2090) (#2096)
authorterryjreedy <tjreedy@udel.edu>
Sun, 11 Jun 2017 03:15:08 +0000 (23:15 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 03:15:08 +0000 (23:15 -0400)
(cherry-pick from c94c41c)

Misc/NEWS

index b7fa701610bc80375c9f666376c8cd455cdf44ef..d31ae7ee9b6ffe3fe9566a0fe2f288618267fa0b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,17 @@ Library
   exception) to exception(s) raised in the dispatched methods.
   Patch by Petr Motejlek.
 
+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.
+
 C API
 -----
 
@@ -492,6 +503,14 @@ Library
   now when the grp module cannot be imported, as for example on Android
   platforms.
 
+IDLE
+----
+
+- 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
 -------