[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.58.2.1, 1.58.2.2

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


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

Modified Files:
      Tag: release24-maint
	concrete.tex 
Log Message:
Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime.

Closes bug #1124278.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.58.2.1
retrieving revision 1.58.2.2
diff -u -d -r1.58.2.1 -r1.58.2.2
--- concrete.tex	10 Dec 2004 17:13:51 -0000	1.58.2.1
+++ concrete.tex	17 Feb 2005 05:16:19 -0000	1.58.2.2
@@ -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