diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-09 18:54:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-09 18:54:01 (GMT) |
commit | 007bac3b0b69fe3ff17adeeb0cfbe6a1eda8b886 (patch) | |
tree | 7ebfd5665b48a03ff10607e8bf45c144798ef7ff | |
parent | 2cb824cbf9ed2c413f3d1e49f6b1a3f5e3ebb4b4 (diff) | |
download | cpython-007bac3b0b69fe3ff17adeeb0cfbe6a1eda8b886.zip cpython-007bac3b0b69fe3ff17adeeb0cfbe6a1eda8b886.tar.gz cpython-007bac3b0b69fe3ff17adeeb0cfbe6a1eda8b886.tar.bz2 |
Added smtplib.py (thanks, Guido!).
-rw-r--r-- | Doc/lib/libundoc.tex | 3 | ||||
-rw-r--r-- | Doc/libundoc.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 0db5e8c..b63574d 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -47,6 +47,9 @@ Fredrik Lundh is working on this one! \item[poplib.py] --- Post Office Protocol client by Dave Ascher. + +\item[smtplib.py] +--- Simple Mail Transfer Protocol (SMTP) client code. \end{description} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 0db5e8c..b63574d 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -47,6 +47,9 @@ Fredrik Lundh is working on this one! \item[poplib.py] --- Post Office Protocol client by Dave Ascher. + +\item[smtplib.py] +--- Simple Mail Transfer Protocol (SMTP) client code. \end{description} |