summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-11 00:34:38 (GMT)
committerGitHub <noreply@github.com>2017-06-11 00:34:38 (GMT)
commitc94c41ce739a38b2b502d33d4ea31ffd2188d83f (patch)
tree8b80e9ed283e7336a5d2a27c71f4758d2a4590d9 /Misc/NEWS
parent05dc20f992754c4ed2b1601026263e1f309cead9 (diff)
downloadcpython-c94c41ce739a38b2b502d33d4ea31ffd2188d83f.zip
cpython-c94c41ce739a38b2b502d33d4ea31ffd2188d83f.tar.gz
cpython-c94c41ce739a38b2b502d33d4ea31ffd2188d83f.tar.bz2
Add IDLE NEWS items for 3.7 (#2090)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3333326..e58de82 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
-------