[Python-checkins] python/dist/src/Doc/api concrete.tex,1.59,1.60

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Feb 17 06:17:20 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1280/Doc/api

Modified Files:
	concrete.tex 
Log Message:
Fix name for PyDateTime_FromDateAndTime.

Closes bug #1124278.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- concrete.tex	10 Dec 2004 17:12:32 -0000	1.59
+++ concrete.tex	17 Feb 2005 05:17:17 -0000	1.60
@@ -2793,7 +2793,7 @@
   \versionadded{2.4}
 \end{cfuncdesc}
 
-\begin{cfuncdesc}{PyObject*}{PyDate_FromDateAndTime}{int year, int month,
+\begin{cfuncdesc}{PyObject*}{PyDateTime_FromDateAndTime}{int year, int month,
         int day, int hour, int minute, int second, int usecond}
   Return a \code{datetime.datetime} object with the specified year, month,
   day, hour, minute, second and microsecond.



More information about the Python-checkins mailing list