summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmimetools.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-09-25 22:13:27 (GMT)
committerFred Drake <fdrake@acm.org>2002-09-25 22:13:27 (GMT)
commit4613876ee3136d07fc9c5a94acae2266468a4d2a (patch)
treebb5e36157656048c9e404099bee621aa42b6b3ce /Doc/lib/libmimetools.tex
parent6f30a8ab62585338566f91879f0be2dea86455ec (diff)
downloadcpython-4613876ee3136d07fc9c5a94acae2266468a4d2a.zip
cpython-4613876ee3136d07fc9c5a94acae2266468a4d2a.tar.gz
cpython-4613876ee3136d07fc9c5a94acae2266468a4d2a.tar.bz2
Add deprecation notices to the documentation to reflect recent additions to
PEP 4.
Diffstat (limited to 'Doc/lib/libmimetools.tex')
-rw-r--r--Doc/lib/libmimetools.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex
index 4397ac4..1baff49 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