summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.message.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.message.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.message.rst')
-rw-r--r--Doc/library/email.message.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst
index c888673..95136d2 100644
--- a/Doc/library/email.message.rst
+++ b/Doc/library/email.message.rst
@@ -11,13 +11,7 @@
--------------
-.. versionadded:: 3.4
- the classes documented here were added :term:`provisionaly <provisional
- package>`.
-
-.. versionchanged:: 3.6
- provisional status removed, docs for legacy message class moved
- to :ref:`compat32_message`.
+.. versionadded:: 3.6 [1]_
The central class in the :mod:`email` package is the :class:`EmailMessage`
class, imported from the :mod:`email.message` module. It is the base class for
@@ -748,3 +742,10 @@ message objects.
:class:`EmailMessage`, except that no :mailheader:`MIME-Version` headers are
added when :meth:`~EmailMessage.set_content` is called, since sub-parts do
not need their own :mailheader:`MIME-Version` headers.
+
+
+.. rubric:: Footnotes
+
+.. [1] Oringally added in 3.4 as a :term:`provisional module <provisional
+ package>`. Docs for legacy message class moved to
+ :ref:`compat32_message`.