New submission from Serhiy Storchaka:

Proposed patch marks up constants 0, 1 and -1 (mostly return values) in C API 
documentation as literal test. Most occurrences already are marked up.

It also changes :const:`ULONG_MAX + 1` to ``ULONG_MAX + 1``, since this is not 
a constant name.

----------
assignee: serhiy.storchaka
components: Documentation
files: doc_consts_01.patch
keywords: patch
messages: 279114
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Mark up constants 0, 1, -1 in C API docs
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45171/doc_consts_01.patch

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

Reply via email to