[Python-checkins] python/dist/src/Doc/lib libdatetime.tex,1.40,1.41

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 25 Jan 2003 13:08:32 -0800


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

Modified Files:
	libdatetime.tex 
Log Message:
Fix markup

Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** libdatetime.tex	24 Jan 2003 22:36:30 -0000	1.40
--- libdatetime.tex	25 Jan 2003 21:08:30 -0000	1.41
***************
*** 570,574 ****
    \method{fromtimestamp()} may raise \exception{ValueError}, if the
    timestamp is out of the range of values supported by the platform C
!   \cfunction{localtime()} or \cfunction(gmtime()} functions.  It's common
    for this to be restricted to years in 1970 through 2038.
    Note that on non-POSIX systems that include leap seconds in their
--- 570,574 ----
    \method{fromtimestamp()} may raise \exception{ValueError}, if the
    timestamp is out of the range of values supported by the platform C
!   \cfunction{localtime()} or \cfunction{gmtime()} functions.  It's common
    for this to be restricted to years in 1970 through 2038.
    Note that on non-POSIX systems that include leap seconds in their