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: Distinguish between cfunction, cvar and cmacro
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: christian.heimes, georg.brandl
Priority: normal Keywords:

Created on 2008-01-22 15:19 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61511 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-22 15:19
The new doc system has cmacro but the html output for cmacro is not
distinguishable from cfunction. 

I also noticed that the docs use cfunction instead of cmacro on several
occasions.
msg61543 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-22 22:32
"cmacro" is only for non-function-like macros, see the docs.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46201
2008-01-22 22:32:57georg.brandlsetstatus: open -> closed
resolution: not a bug
messages: + msg61543
2008-01-22 15:19:28christian.heimescreate