Kaydet (Commit) 56303e02 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Merged revisions 82236 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82236 | alexander.belopolsky | 2010-06-25 22:05:19 -0400 (Fri, 25 Jun 2010) | 4 lines

  Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that
  it is typically used in module initialization function. Thanks Tim
  Golden for the patch.
........
üst 80972695
...@@ -8,9 +8,9 @@ DateTime Objects ...@@ -8,9 +8,9 @@ DateTime Objects
Various date and time objects are supplied by the :mod:`datetime` module. Various date and time objects are supplied by the :mod:`datetime` module.
Before using any of these functions, the header file :file:`datetime.h` must be 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`), included in your source (note that this is not included by :file:`Python.h`),
and the macro :cfunc:`PyDateTime_IMPORT` must be invoked. The macro puts a and the macro :cmacro:`PyDateTime_IMPORT` must be invoked, usually as part of
pointer to a C structure into a static variable, ``PyDateTimeAPI``, that is the module initialisation function. The macro puts a pointer to a C structure
used by the following macros. into a static variable, ``PyDateTimeAPI``, that is used by the following macros.
Type-check 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