summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-08 22:28:43 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-08 22:28:43 (GMT)
commit7f730cf01d161f2d1793372a0852788ad5f4acb1 (patch)
treec81f6b0683a6885bf929f7547b00a524d01eeeae /Doc/library/email.rst
parentff4fddde57d5579dff3a83d99e20cd06366b10d6 (diff)
downloadcpython-7f730cf01d161f2d1793372a0852788ad5f4acb1.zip
cpython-7f730cf01d161f2d1793372a0852788ad5f4acb1.tar.gz
cpython-7f730cf01d161f2d1793372a0852788ad5f4acb1.tar.bz2
24277: Make it clearer that the new modules are not provisional.
Also make it clear on the contents page what chapters are about the legacy API.
Diffstat (limited to 'Doc/library/email.rst')
-rw-r--r--Doc/library/email.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst
index 01bd380..c4187dd 100644
--- a/Doc/library/email.rst
+++ b/Doc/library/email.rst
@@ -97,6 +97,11 @@ can be useful tools. This documentation is also relevant for applications that
are still using the :mod:`~email.policy.compat32` API for backward
compatibility reasons.
+.. versionchanged:: 3.6
+ Docs reorganized and rewritten to promote the new
+ :class:`~email.message.EmailMessage`/:class:`~email.policy.EmailPolicy`
+ API.
+
Contents of the :mod:`email` package documentation:
.. toctree::
@@ -112,6 +117,10 @@ Contents of the :mod:`email` package documentation:
email.examples.rst
+Legacy API:
+
+.. toctree::
+
email.compat32-message.rst
email.mime.rst
email.header.rst