diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/email.util.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/email.util.rst')
-rw-r--r-- | Doc/library/email.util.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Doc/library/email.util.rst b/Doc/library/email.util.rst index aa67885..2396fb7 100644 --- a/Doc/library/email.util.rst +++ b/Doc/library/email.util.rst @@ -104,8 +104,6 @@ There are several useful utilities provided in the :mod:`email.utils` module: needed for some protocols (such as HTTP). This only applies when *localtime* is ``False``. - .. versionadded:: 2.4 - .. function:: make_msgid([idstring]) @@ -146,17 +144,6 @@ There are several useful utilities provided in the :mod:`email.utils` module: Decode parameters list according to :rfc:`2231`. *params* is a sequence of 2-tuples containing elements of the form ``(content-type, string-value)``. -.. versionchanged:: 2.4 - The :func:`dump_address_pair` function has been removed; use :func:`formataddr` - instead. - -.. versionchanged:: 2.4 - The :func:`decode` function has been removed; use the - :meth:`Header.decode_header` method instead. - -.. versionchanged:: 2.4 - The :func:`encode` function has been removed; use the :meth:`Header.encode` - method instead. .. rubric:: Footnotes |