From: Georg Brandl Date: Tue, 21 Feb 2006 19:23:49 +0000 (+0000) Subject: Document "multifile" as deprecated. X-Git-Tag: v2.5a0~559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=868e704e271c88603e7974a1dbc88bb67b9a3b19;p=thirdparty%2FPython%2Fcpython.git Document "multifile" as deprecated. --- diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex index aa81d4a10600..434832769df7 100644 --- a/Doc/lib/libmultifile.tex +++ b/Doc/lib/libmultifile.tex @@ -6,6 +6,10 @@ parts, such as some MIME data.} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} +\deprecated{2.5}{The \refmodule{email} package should be used in + preference to the \module{multifile} module. + This module is present only to maintain backward + compatibility.} The \class{MultiFile} object enables you to treat sections of a text file as file-like input objects, with \code{''} being returned by