]> granicus.if.org Git - python/commitdiff
Add deprecation notices to the documentation to reflect recent additions to
authorFred Drake <fdrake@acm.org>
Wed, 25 Sep 2002 22:13:27 +0000 (22:13 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Sep 2002 22:13:27 +0000 (22:13 +0000)
PEP 4.

Doc/lib/libmimetools.tex
Doc/lib/libmimewriter.tex
Doc/lib/libmimify.tex
Doc/lib/librfc822.tex

index 4397ac481ef285593d4de0c66a63063f61a0feea..1baff493cb1fba685a297d2583ad0180380a4432 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
index fbf24901be018f88a89bf099bb1af875f48dfabb..a9cc09f90b986f80f27f6c62616d7a7989c2d6d8 100644 (file)
@@ -6,6 +6,11 @@
 \modulesynopsis{Generic MIME file writer.}
 \sectionauthor{Christopher G. Petrilli}{petrilli@amber.org}
 
+\deprecated{2.3}{The \refmodule{email} package should be used in
+                 preference to the \module{MimeWriter} module.  This
+                 module is present only to maintain backward
+                 compatibility.}
+
 This module defines the class \class{MimeWriter}.  The
 \class{MimeWriter} class implements a basic formatter for creating
 MIME multi-part files.  It doesn't seek around the output file nor
index ae7c0bdc2e6d84fb7a4624b97c1523b570438971..d99567ab3bdcddb8e84cf3da750c65a83f2dc9be 100644 (file)
@@ -4,8 +4,12 @@
 \declaremodule{standard}{mimify}
 \modulesynopsis{Mimification and unmimification of mail messages.}
 
+\deprecated{2.3}{The \refmodule{email} package should be used in
+                 preference to the \module{mimify} module.  This
+                 module is present only to maintain backward
+                 compatibility.}
 
-The mimify module defines two functions to convert mail messages to
+The \module{mimify} module defines two functions to convert mail messages to
 and from MIME format.  The mail message can be either a simple message
 or a so-called multipart message.  Each part is treated separately.
 Mimifying (a part of) a message entails encoding the message as
index 9def8596bd744b6395f66fe09b972d311450e99d..1f787216255ebc3e6815ffbb38c3deb847154100 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},