[Python-checkins] python/dist/src/Doc/lib libundoc.tex,1.87,1.88

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 21:22:02 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9561

Modified Files:
	libundoc.tex 
Log Message:
Remove various modules that have been documented

Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** libundoc.tex	30 Jul 2003 02:55:27 -0000	1.87
--- libundoc.tex	7 Aug 2004 19:21:59 -0000	1.88
***************
*** 16,23 ****
  
  \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.
  \end{description}
  
--- 16,20 ----
  
  \begin{description}
! \item None at this time.
  \end{description}
  
***************
*** 33,51 ****
  \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}
  
--- 30,37 ----
  \item[\module{ihooks}]
  --- Import hook support (for \refmodule{rexec}; may become obsolete).
  \end{description}
  
  
+ 
  \section{Platform specific modules}
  



More information about the Python-checkins mailing list