diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-08 22:28:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-08 22:28:43 (GMT) |
commit | 7f730cf01d161f2d1793372a0852788ad5f4acb1 (patch) | |
tree | c81f6b0683a6885bf929f7547b00a524d01eeeae /Doc/library/email.headerregistry.rst | |
parent | ff4fddde57d5579dff3a83d99e20cd06366b10d6 (diff) | |
download | cpython-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.headerregistry.rst')
-rw-r--r-- | Doc/library/email.headerregistry.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index feec497..2c830cf 100644 --- a/Doc/library/email.headerregistry.rst +++ b/Doc/library/email.headerregistry.rst @@ -11,9 +11,7 @@ -------------- -.. versionadded:: 3.3 as a :term:`provisional module <provisional package>`. - -.. versionchanged:: 3.6 provisonal status removed. +.. versionadded:: 3.6 [1]_ Headers are represented by customized subclasses of :class:`str`. The particular class used to represent a given header is determined by the @@ -449,3 +447,9 @@ construct structured values to assign to specific headers. ``display_name`` is none and there is a single ``Address`` in the ``addresses`` list, the ``str`` value will be the same as the ``str`` of that single ``Address``. + + +.. rubric:: Footnotes + +.. [1] Oringally added in 3.3 as a :term:`provisional module <provisional + package>` |