summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-08 01:21:58 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-08 01:21:58 (GMT)
commit8e7cdb2586193726e0263eeec82c05f2a0d9c2c9 (patch)
tree0866ffe78bcbebc46fb3ad06f3ca670d1c54eb00 /Misc
parent29d1bc0842e5b086813aa7de4ab18f1c192d2291 (diff)
downloadcpython-8e7cdb2586193726e0263eeec82c05f2a0d9c2c9.zip
cpython-8e7cdb2586193726e0263eeec82c05f2a0d9c2c9.tar.gz
cpython-8e7cdb2586193726e0263eeec82c05f2a0d9c2c9.tar.bz2
#24277: What's New and news entries for previous commit.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7264615..c60e870 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,9 @@ Core and Builtins
Library
-------
+- Issue #24277: The new email API is no longer provisional, and the docs
+ have been reorganized and rewritten to emphasize the new API.
+
- lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
between runs given the same Grammar.txt input regardless of the hash
randomization setting.