[Python-checkins] python/dist/src/Doc/lib libdatetime.tex, 1.49, 1.49.8.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 22 10:27:05 EDT 2003


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

Modified Files:
      Tag: release23-maint
	libdatetime.tex 
Log Message:
Missing "if".



Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.49
retrieving revision 1.49.8.1
diff -C2 -d -r1.49 -r1.49.8.1
*** libdatetime.tex	16 Jul 2003 21:14:35 -0000	1.49
--- libdatetime.tex	22 Aug 2003 16:27:03 -0000	1.49.8.1
***************
*** 868,872 ****
           dst)}
    The \member{tm_isdst} flag of the result is set according to
!   the \method{dst()} method:  \member{tzinfo} is \code{None} or
    \method{dst()} returns \code{None},
    \member{tm_isdst} is set to  \code{-1}; else if \method{dst()} returns
--- 868,872 ----
           dst)}
    The \member{tm_isdst} flag of the result is set according to
!   the \method{dst()} method:  if \member{tzinfo} is \code{None} or
    \method{dst()} returns \code{None},
    \member{tm_isdst} is set to  \code{-1}; else if \method{dst()} returns





More information about the Python-checkins mailing list