diff options
author | Fred Drake <fdrake@acm.org> | 2002-09-25 22:13:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-09-25 22:13:27 (GMT) |
commit | 4613876ee3136d07fc9c5a94acae2266468a4d2a (patch) | |
tree | bb5e36157656048c9e404099bee621aa42b6b3ce /Doc/lib/libmimetools.tex | |
parent | 6f30a8ab62585338566f91879f0be2dea86455ec (diff) | |
download | cpython-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.tex | 4 |
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 |