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.

Author serhiy.storchaka
Recipients docs@python, serhiy.storchaka
Date 2019-10-27.08:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572164169.73.0.860465695362.issue38600@roundup.psfhosted.org>
In-reply-to
Content
Currently NULL is mostly marked up as *NULL* in the C API documentation (although it is marked up as ``NULL`` outside of the C API documentation). It is rendered with italic font as function parameters and contradicts with formatting other macros and constants with monospace font.

The proposed PR replaces all *NULL* with ``NULL``.
History
Date User Action Args
2019-10-27 08:16:09serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2019-10-27 08:16:09serhiy.storchakasetmessageid: <1572164169.73.0.860465695362.issue38600@roundup.psfhosted.org>
2019-10-27 08:16:09serhiy.storchakalinkissue38600 messages
2019-10-27 08:16:09serhiy.storchakacreate