This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PyDateTime_IMPORT macro incorrectly marked up
Type: Stage: resolved
Components: Documentation Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: belopolsky Nosy List: belopolsky, docs@python, tim.golden
Priority: normal Keywords: patch

Created on 2010-06-18 08:48 by tim.golden, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pydatetime_import.patch tim.golden, 2010-06-18 08:48
Messages (4)
msg108086 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2010-06-18 08:48
The reference to PyDateTime_IMPORT in the C API datetime docs is marked 
up as cfunction, giving it a pair of brackets which render it invalid. 
There is also no indication of where in the code it should be invoked. 
Patch attached.
msg108679 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-06-26 02:18
Committed in r82236 - r82239.
msg108685 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-06-26 03:33
Should also add :cvar: tag to PyDateTimeAPI.

 http://docs.python.org/documenting/markup.html#information-units

Thanks, Ezio.
msg108740 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-06-26 18:59
Committed in r82251.  Thanks for the patch, Tim.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53270
2010-06-26 18:59:54belopolskysetstatus: open -> closed

messages: + msg108740
2010-06-26 03:33:02belopolskysetstatus: closed -> open
assignee: docs@python -> belopolsky
messages: + msg108685
2010-06-26 02:18:27belopolskysetstatus: open -> closed

nosy: + belopolsky
messages: + msg108679

resolution: accepted
stage: patch review -> resolved
2010-06-18 08:54:52tim.goldensetversions: + Python 3.2
nosy: + docs@python

assignee: docs@python
components: + Documentation
stage: patch review
2010-06-18 08:48:47tim.goldencreate