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: Typo in PyModule_AddIntMacro's documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Trundle, docs@python, python-dev
Priority: normal Keywords: patch

Created on 2011-04-30 16:32 by Trundle, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PyModule_AddIntMacro_doc.patch Trundle, 2011-04-30 16:32
Messages (2)
msg134879 - (view) Author: Andreas Stührk (Trundle) * Date: 2011-04-30 16:32
The example says "PyModule_AddConstant" instead of "PyModule_AddIntMacro". Attached is a patch for 3.1 branch, but it applies to all branches.
msg134882 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-30 18:14
New changeset b3e7ffe6d727 by Benjamin Peterson in branch '3.1':
fix function name in example (closes #11966)
http://hg.python.org/cpython/rev/b3e7ffe6d727

New changeset fb709d9fe92a by Benjamin Peterson in branch '2.7':
fix function name in example (closes #11966)
http://hg.python.org/cpython/rev/fb709d9fe92a
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56175
2011-04-30 18:14:12python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg134882

resolution: fixed
stage: resolved
2011-04-30 16:32:22Trundlecreate