mirror of https://github.com/python/cpython
parent
2ca7c190b6
commit
5bbe6ad2b5
|
@ -2793,7 +2793,7 @@ Macros to create objects:
|
|||
\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.
|
||||
|
|
Loading…
Reference in New Issue