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

Doc/lib/libmimetools.tex

index e8d8155ea8528dec6f2e952db4f69bc140efa65b..7f83659eaf8da849a1c4a591e27f5d7f592467ab 100644 (file)
@@ -4,6 +4,10 @@
 \declaremodule{standard}{mimetools}
 \modulesynopsis{Tools for parsing MIME-style message bodies.}
 
+\deprecated{2.3}{The \refmodule{email} package should be used in
+                 preference to the \module{mimetools} module.  This
+                 module is present only to maintain backward
+                 compatibility.}
 
 This module defines a subclass of the
 \refmodule{rfc822}\refstmodindex{rfc822} module's