summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
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 /Doc/whatsnew/3.6.rst
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 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index e48ed01..4398da5 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -462,6 +462,11 @@ need to be adapted. See :issue:`27819` for more details.
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`.)