Kaydet (Commit) 8e7cdb25 authored tarafından R David Murray's avatar R David Murray

#24277: What's New and news entries for previous commit.

üst 29d1bc08
...@@ -462,6 +462,11 @@ need to be adapted. See :issue:`27819` for more details. ...@@ -462,6 +462,11 @@ need to be adapted. See :issue:`27819` for more details.
email email
----- -----
The new email API, enabled via the *policy* keyword to various constructors, is
no longer provisional. The :mod:`email` documentation has been reorganized and
rewritten to focus on the new API, while retaining the old documentation for
the legacy API. (Contributed by R. David Murray in :issue:`24277`.)
The :mod:`email.mime` classes now all accept an optional *policy* keyword. The :mod:`email.mime` classes now all accept an optional *policy* keyword.
(Contributed by Berker Peksag in :issue:`27331`.) (Contributed by Berker Peksag in :issue:`27331`.)
......
...@@ -99,6 +99,9 @@ Core and Builtins ...@@ -99,6 +99,9 @@ Core and Builtins
Library 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 - lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
between runs given the same Grammar.txt input regardless of the hash between runs given the same Grammar.txt input regardless of the hash
randomization setting. randomization setting.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment