mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
2ca7c190b6
commit
5bbe6ad2b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue