Kaydet (Commit) 21887dfc authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Issue 9024: Added :cdata: tag to PyDateTimeAPI

üst 2f06b78d
......@@ -10,7 +10,8 @@ Before using any of these functions, the header file :file:`datetime.h` must be
included in your source (note that this is not included by :file:`Python.h`),
and the macro :cmacro:`PyDateTime_IMPORT` must be invoked, usually as part of
the module initialisation function. The macro puts a pointer to a C structure
into a static variable, ``PyDateTimeAPI``, that is used by the following macros.
into a static variable, :cdata:`PyDateTimeAPI`, that is used by the following
macros.
Type-check macros:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment