[Python-checkins] python/dist/src/Doc/lib libundoc.tex,1.83,1.84

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 24 Apr 2003 08:24:51 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv1782

Modified Files:
	libundoc.tex 
Log Message:
Note the platform module.


Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** libundoc.tex	8 Jan 2003 07:21:53 -0000	1.83
--- libundoc.tex	24 Apr 2003 15:24:46 -0000	1.84
***************
*** 34,37 ****
--- 34,45 ----
  --- 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