Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32dbdda

Browse files
committed
Remove various modules that have been documented
1 parent 2876f5a commit 32dbdda

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ \section{Frameworks}
1515
effort spent.
1616

1717
\begin{description}
18-
\item[\module{test}]
19-
--- Regression testing framework. This is used for the Python
20-
regression test, but is useful for other Python libraries as well.
21-
This is a package rather than a single module.
18+
\item None at this time.
2219
\end{description}
2320

2421

@@ -32,21 +29,10 @@ \section{Miscellaneous useful utilities}
3229

3330
\item[\module{ihooks}]
3431
--- Import hook support (for \refmodule{rexec}; may become obsolete).
35-
36-
\item[\module{platform}]
37-
--- This module tries to retrieve as much platform identifying data as
38-
possible. It makes this information available via function APIs.
39-
If called from the command line, it prints the platform information
40-
concatenated as single string to \code{sys.stdout}. The output format
41-
is useable as part of a filename.
42-
\versionadded{2.3}
43-
44-
\item[\module{smtpd}]
45-
--- An SMTP daemon implementation which meets the minimum requirements
46-
for \rfc{821} conformance.
4732
\end{description}
4833

4934

35+
5036
\section{Platform specific modules}
5137

5238
These modules are used to implement the \refmodule{os.path} module,

0 commit comments

Comments
 (0)