diff options
author | Georg Brandl <georg@python.org> | 2006-02-21 19:23:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-21 19:23:49 (GMT) |
commit | 868e704e271c88603e7974a1dbc88bb67b9a3b19 (patch) | |
tree | 400a965bedb650ce9c836e7ee573ed536ee31b78 /Doc/lib | |
parent | d34350e47e0010c1ab2a8d62b73567cecf1f880a (diff) | |
download | cpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.zip cpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.tar.gz cpython-868e704e271c88603e7974a1dbc88bb67b9a3b19.tar.bz2 |
Document "multifile" as deprecated.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libmultifile.tex | 4 |
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 |