summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-04-24 15:24:46 (GMT)
committerFred Drake <fdrake@acm.org>2003-04-24 15:24:46 (GMT)
commit1d5854fdc49073a3e49799192bc762ae0a68b64f (patch)
tree6b00f98a8cd63e0cf5ff96bc8534d83effe08f10 /Doc
parentc74e4a5351df684961d7b3bdcb47814c5e72e6a6 (diff)
downloadcpython-1d5854fdc49073a3e49799192bc762ae0a68b64f.zip
cpython-1d5854fdc49073a3e49799192bc762ae0a68b64f.tar.gz
cpython-1d5854fdc49073a3e49799192bc762ae0a68b64f.tar.bz2
Note the platform module.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 7a20ec2..c1e3760 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -33,6 +33,14 @@ 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.