From: Fred Drake Date: Tue, 14 Aug 2001 11:38:35 +0000 (+0000) Subject: Add the smtpd module to the list of undocumented modules; Barry needs to X-Git-Tag: v2.2a3~572 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf781a95c0af16d6a0a1e99c3ddd63af0ffffb7e;p=thirdparty%2FPython%2Fcpython.git Add the smtpd module to the list of undocumented modules; Barry needs to write the documentation for this module. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index c36bac622b51..c4eaeb68152a 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -45,6 +45,10 @@ Some of these are very old and/or not very robust; marked with ``hmm.'' \item[\module{ihooks}] --- Import hook support (for \refmodule{rexec}; may become obsolete). + +\item[\module{smtpd}] +--- An SMTP daemon implementation which meets the minimum requirements +for \rfc{821} conformance. \end{description}