From: terryjreedy Date: Sun, 11 Jun 2017 00:34:38 +0000 (-0400) Subject: Add IDLE NEWS items for 3.7 (#2090) X-Git-Tag: v3.7.0a1~632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c94c41c;p=python Add IDLE NEWS items for 3.7 (#2090) --- diff --git a/Misc/NEWS b/Misc/NEWS index 3333326031..e58de82456 100644 --- 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 -------