[Python-checkins] CVS: python/dist/src/Doc/lib libundoc.tex,1.78,1.79

Fred L. Drake fdrake@users.sourceforge.net
Tue, 20 Mar 2001 15:13:56 -0800


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

Modified Files:
	libundoc.tex 
Log Message:

Moved the description of the tzparse module to the "Obsolete" section
and note that it fails when the TZ environment variable is not set.

This closes SF bug #409683.


Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** libundoc.tex	2000/09/28 05:31:39	1.78
--- libundoc.tex	2001/03/20 23:13:53	1.79
***************
*** 46,53 ****
  \item[\module{ihooks}]
  --- Import hook support (for \refmodule{rexec}; may become obsolete).
- 
- \item[\module{tzparse}]
- --- Parse a timezone specification (unfinished; may disappear in the
- future).
  \end{description}
  
--- 46,49 ----
***************
*** 167,170 ****
--- 163,171 ----
  --- Measure time intervals to high resolution (use
  \function{time.clock()} instead).  (This is an extension module.)
+ 
+ \item[\module{tzparse}]
+ --- Parse a timezone specification (unfinished; may disappear in the
+ future, and does not work when the \envvar{TZ} environment variable is
+ not set).
  
  \item[\module{util}]