]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport 1.42 documenting impending deprecation in favor of the email
authorRaymond Hettinger <python@rcn.com>
Sun, 6 Oct 2002 02:38:46 +0000 (02:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 6 Oct 2002 02:38:46 +0000 (02:38 +0000)
module.

Doc/lib/librfc822.tex

index a54c7dc96a90bcbbc78d3e2375fa125db566c272..1277d8eb430223e06b8ae0ff36ce52eac760d2ac 100644 (file)
@@ -4,6 +4,11 @@
 \declaremodule{standard}{rfc822}
 \modulesynopsis{Parse \rfc{2822} style mail messages.}
 
+\deprecated{2.3}{The \refmodule{email} package should be used in
+                 preference to the \module{rfc822} module.  This
+                 module is present only to maintain backward
+                 compatibility.}
+
 This module defines a class, \class{Message}, which represents an
 ``email message'' as defined by the Internet standard
 \rfc{2822}.\footnote{This module originally conformed to \rfc{822},