diff options
author | Raymond Hettinger <python@rcn.com> | 2002-10-06 02:32:34 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-10-06 02:32:34 (GMT) |
commit | 78c27c2ef5d562d2d623256b65de479ff6ee858d (patch) | |
tree | 09da9ad2495b92fd90baac4b851f6e9f06a0f24e | |
parent | ca2fefa0706dde21353163c81955b7e39a39f21b (diff) | |
download | cpython-78c27c2ef5d562d2d623256b65de479ff6ee858d.zip cpython-78c27c2ef5d562d2d623256b65de479ff6ee858d.tar.gz cpython-78c27c2ef5d562d2d623256b65de479ff6ee858d.tar.bz2 |
Backport 1.23 documenting impending deprecation in favor to the email
package.
-rw-r--r-- | Doc/lib/libmimetools.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index e8d8155..7f83659 100644 --- a/Doc/lib/libmimetools.tex +++ b/Doc/lib/libmimetools.tex @@ -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 |