diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-12 19:26:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-12 19:26:09 (GMT) |
commit | 28bc711f5fb2c8483326923138cdd879116becc7 (patch) | |
tree | 472c715ac8d328e036ca716166369d700c1c3f36 /Doc/lib/libundoc.tex | |
parent | f7bf3b2b06b50a25e33e44dbfd85df46b3205dcd (diff) | |
download | cpython-28bc711f5fb2c8483326923138cdd879116becc7.zip cpython-28bc711f5fb2c8483326923138cdd879116becc7.tar.gz cpython-28bc711f5fb2c8483326923138cdd879116becc7.tar.bz2 |
Added section for MimeWriter, contributed by Christopher Petrilli
<petrilli@amber.org>.
This spells the end of another whole section in the undoc chapter!
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 2c51ad3..5f6b0c9 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -30,14 +30,6 @@ This is a package rather than a module. \end{description} -\section{Stuff useful to a lot of people, including the CGI crowd} - -\begin{description} -\item[MimeWriter.py] ---- Generic MIME writer -\end{description} - - \section{Miscellaneous useful utilities} Some of these are very old and/or not very robust; marked with ``hmm''. |