New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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``.

----------
assignee: docs@python
components: Documentation
messages: 355452
nosy: docs@python, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Change the mark up of NULL
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38600>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to