[Python-checkins] python/dist/src/Doc/lib libcalendar.tex, 1.17, 1.18

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Dec 30 23:51:58 EST 2003


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

Modified Files:
	libcalendar.tex 
Log Message:
- update description of isleap()
- add link to the datetime module


Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libcalendar.tex	25 Dec 2002 16:37:19 -0000	1.17
--- libcalendar.tex	31 Dec 2003 04:51:56 -0000	1.18
***************
*** 43,47 ****
  
  \begin{funcdesc}{isleap}{year}
! Returns \code{1} if \var{year} is a leap year, otherwise \code{0}.
  \end{funcdesc}
  
--- 43,48 ----
  
  \begin{funcdesc}{isleap}{year}
! Returns \constant{True} if \var{year} is a leap year, otherwise
! \constant{False}.
  \end{funcdesc}
  
***************
*** 109,112 ****
--- 110,116 ----
  
  \begin{seealso}
+   \seemodule{datetime}{Object-oriented interface to dates and times
+                        with similar functionality to the
+                        \refmodule{time} module.}
    \seemodule{time}{Low-level time related functions.}
  \end{seealso}





More information about the Python-checkins mailing list