[Python-checkins] r82254 - in python/branches/release26-maint: Doc/c-api/datetime.rst

alexander.belopolsky python-checkins at python.org
Sat Jun 26 20:53:49 CEST 2010


Author: alexander.belopolsky
Date: Sat Jun 26 20:53:49 2010
New Revision: 82254

Log:
Merged revisions 82251 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82251 | alexander.belopolsky | 2010-06-26 14:49:10 -0400 (Sat, 26 Jun 2010) | 1 line
  
  Issue 9024: Added :cdata: tag to PyDateTimeAPI
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/c-api/datetime.rst

Modified: python/branches/release26-maint/Doc/c-api/datetime.rst
==============================================================================
--- python/branches/release26-maint/Doc/c-api/datetime.rst	(original)
+++ python/branches/release26-maint/Doc/c-api/datetime.rst	Sat Jun 26 20:53:49 2010
@@ -10,7 +10,8 @@
 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:
 


More information about the Python-checkins mailing list