diff options
author | Guido van Rossum <guido@python.org> | 1998-06-28 17:57:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-28 17:57:27 (GMT) |
commit | 8ddbe9119f55eb09636ad335d9c102d609817438 (patch) | |
tree | 64fe7a9211a3fe8f69a5488ed433ff179b18b70a /Doc/lib | |
parent | f78a52c1ae634a56daa83093ac9f1776327bfbe4 (diff) | |
download | cpython-8ddbe9119f55eb09636ad335d9c102d609817438.zip cpython-8ddbe9119f55eb09636ad335d9c102d609817438.tar.gz cpython-8ddbe9119f55eb09636ad335d9c102d609817438.tar.bz2 |
Documented cmd, smtplib, multifile
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libundoc.tex | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index f807fec..8ca65d6 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -30,12 +30,6 @@ Fredrik Lundh is working on this one! \begin{description} \item[MimeWriter.py] --- Generic MIME writer - -\item[multifile.py] ---- make each part of a multipart message ``feel'' like - -\item[smtplib.py] ---- Simple Mail Transfer Protocol (SMTP) client code. \end{description} @@ -86,9 +80,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[tty.py] --- Terminal utilities -\item[cmd.py] ---- build line-oriented command interpreters (used by pdb) - \item[bdb.py] --- A generic Python debugger base class (used by pdb) |