diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-08 01:21:58 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-08 01:21:58 (GMT) |
commit | 8e7cdb2586193726e0263eeec82c05f2a0d9c2c9 (patch) | |
tree | 0866ffe78bcbebc46fb3ad06f3ca670d1c54eb00 /Misc | |
parent | 29d1bc0842e5b086813aa7de4ab18f1c192d2291 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |