diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-07 19:21:59 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-07 19:21:59 (GMT) |
commit | 32dbddafd52f23622b5a49afd6f9c679f783be0d (patch) | |
tree | 8edadab82268d57118c1910001bce129c0ecde56 /Doc/lib | |
parent | 2876f5ad212d56819cb2d87c73bd6f4dfaa985bc (diff) | |
download | cpython-32dbddafd52f23622b5a49afd6f9c679f783be0d.zip cpython-32dbddafd52f23622b5a49afd6f9c679f783be0d.tar.gz cpython-32dbddafd52f23622b5a49afd6f9c679f783be0d.tar.bz2 |
Remove various modules that have been documented
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libundoc.tex | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index e1d3a2a..fabe80e 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -15,10 +15,7 @@ Frameworks tend to be harder to document, but are well worth the effort spent. \begin{description} -\item[\module{test}] ---- Regression testing framework. This is used for the Python -regression test, but is useful for other Python libraries as well. -This is a package rather than a single module. +\item None at this time. \end{description} @@ -32,21 +29,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{platform}] ---- This module tries to retrieve as much platform identifying data as -possible. It makes this information available via function APIs. -If called from the command line, it prints the platform information -concatenated as single string to \code{sys.stdout}. The output format -is useable as part of a filename. -\versionadded{2.3} - -\item[\module{smtpd}] ---- An SMTP daemon implementation which meets the minimum requirements -for \rfc{821} conformance. \end{description} + \section{Platform specific modules} These modules are used to implement the \refmodule{os.path} module, |