[Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.31,1.32

Fred L. Drake python-dev@python.org
Thu, 6 Jul 2000 11:09:04 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv1155

Modified Files:
	libtime.tex 
Log Message:

Correct a markup nit that caused a space to be dropped from the HTML
version (actually a LaTeX2HTML bug), and clarified a sentence in the
mktime() description based entirely on comments from Grant Griffin
<grant.griffin@honeywell.com>.


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** libtime.tex	2000/06/30 04:24:52	1.31
--- libtime.tex	2000/07/06 18:09:02	1.32
***************
*** 155,160 ****
  \begin{funcdesc}{mktime}{tuple}
  This is the inverse function of \function{localtime()}.  Its argument
! is the full 9-tuple (since the dst flag is needed --- pass \code{-1}
! as the dst flag if it is unknown) which expresses the time in
  \emph{local} time, not UTC.  It returns a floating point number, for
  compatibility with \function{time()}.  If the input value cannot be
--- 155,160 ----
  \begin{funcdesc}{mktime}{tuple}
  This is the inverse function of \function{localtime()}.  Its argument
! is the full 9-tuple (since the dst flag is needed; use \code{-1} as
! the dst flag if it is unknown) which expresses the time in
  \emph{local} time, not UTC.  It returns a floating point number, for
  compatibility with \function{time()}.  If the input value cannot be