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

Doc/lib/libmimewriter.tex

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