[Python-checkins] python/dist/src/Doc/lib libdatetime.tex,1.11,1.12

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 30 Dec 2002 06:20:19 -0800


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

Modified Files:
	libdatetime.tex 
Log Message:
More markup additions

Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libdatetime.tex	30 Dec 2002 03:06:45 -0000	1.11
--- libdatetime.tex	30 Dec 2002 14:20:16 -0000	1.12
***************
*** 148,154 ****
      representation is unique, with
  
!         0 <= microseconds < 1000000
!         0 <= seconds < 3600*24 (the number of seconds in one day)
!         -999999999 <= days <= 999999999
  
      If any argument is a float, and there are fractional microseconds,
--- 148,156 ----
      representation is unique, with
  
[...1051 lines suppressed...]
      If \method{tzname()} returns \code{None}, \code{\%Z} is replaced
!     by an empty string.  Otherwise \code{\%Z} is replaced by the returned
      value, which must be a string.
  \end{itemize}
***************
*** 1265,1268 ****
--- 1369,1374 ----
  
  
+ \begin{comment}
+ 
  \subsection{C API}
  
***************
*** 1321,1322 ****
--- 1427,1430 ----
          PyDateTime_TIME_GET_SECOND(o)
          PyDateTime_TIME_GET_MICROSECOND(o)
+ 
+ \end{comment}