From f66801aeaf0d906c0b17571ab5742ebc38588177 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 6 Oct 2002 02:34:15 +0000 Subject: Backport 1.3 documenting impending deprecation in favor of the email module. --- Doc/lib/libmimewriter.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libmimewriter.tex b/Doc/lib/libmimewriter.tex index fbf2490..a9cc09f 100644 --- a/Doc/lib/libmimewriter.tex +++ b/Doc/lib/libmimewriter.tex @@ -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 -- cgit v0.12