summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmimify.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-04 20:42:38 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-04 20:42:38 (GMT)
commit005f494a7f9e3b91fe7b1fb9109c00a74175def1 (patch)
treec2ab5d5c67e1fe76a66b3acc91c0567b9e0eca1a /Doc/lib/libmimify.tex
parent69fbf33680bc6dcd972822d5addea549c15760d3 (diff)
downloadcpython-005f494a7f9e3b91fe7b1fb9109c00a74175def1.zip
cpython-005f494a7f9e3b91fe7b1fb9109c00a74175def1.tar.gz
cpython-005f494a7f9e3b91fe7b1fb9109c00a74175def1.tar.bz2
Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>.
Diffstat (limited to 'Doc/lib/libmimify.tex')
-rw-r--r--Doc/lib/libmimify.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex
index a33d428..096c38a 100644
--- a/Doc/lib/libmimify.tex
+++ b/Doc/lib/libmimify.tex
@@ -84,3 +84,6 @@ encoded.
If the \strong{-b} option is given when decoding, any base64 parts will
be decoded as well.
+\begin{seealso}
+ \seemodule{quopri}{Encode and decode MIME quoted-printable files.}
+\end{seealso}