[Python-checkins] cpython: #24277: What's New and news entries for previous commit.

r.david.murray python-checkins at python.org
Wed Sep 7 21:22:08 EDT 2016


https://hg.python.org/cpython/rev/bd5b38e3db1a
changeset:   103282:bd5b38e3db1a
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Sep 07 21:21:58 2016 -0400
summary:
  #24277: What's New and news entries for previous commit.

files:
  Doc/whatsnew/3.6.rst |  5 +++++
  Misc/NEWS            |  3 +++
  2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -462,6 +462,11 @@
 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.
 (Contributed by Berker Peksag in :issue:`27331`.)
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,9 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list