summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-21 19:23:49 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-21 19:23:49 (GMT)
commit868e704e271c88603e7974a1dbc88bb67b9a3b19 (patch)
tree400a965bedb650ce9c836e7ee573ed536ee31b78 /Doc
parentd34350e47e0010c1ab2a8d62b73567cecf1f880a (diff)
downloadcpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.zip
cpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.tar.gz
cpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.tar.bz2
Document "multifile" as deprecated.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmultifile.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex
index aa81d4a..4348327 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