diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-04 20:42:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-04 20:42:38 (GMT) |
commit | 005f494a7f9e3b91fe7b1fb9109c00a74175def1 (patch) | |
tree | c2ab5d5c67e1fe76a66b3acc91c0567b9e0eca1a /Doc/lib | |
parent | 69fbf33680bc6dcd972822d5addea549c15760d3 (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/lib/libmimify.tex | 3 |
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} |