diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-08 18:28:43 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-08 18:28:43 -0400 |
commit | 7f730cf01d161f2d1793372a0852788ad5f4acb1 (patch) | |
tree | c81f6b0683a6885bf929f7547b00a524d01eeeae /Doc/library/email.rst | |
parent | ff4fddde57d5579dff3a83d99e20cd06366b10d6 (diff) | |
download | cpython-git-7f730cf01d161f2d1793372a0852788ad5f4acb1.tar.gz |
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.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst index 01bd3801e0..c4187dd009 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 |