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 serhiy.storchaka
Date 2016-10-21.10:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477044445.15.0.0158550181363.issue28496@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-21 10:07:27serhiy.storchakasetrecipients: + serhiy.storchaka
2016-10-21 10:07:25serhiy.storchakasetmessageid: <1477044445.15.0.0158550181363.issue28496@psf.upfronthosting.co.za>
2016-10-21 10:07:25serhiy.storchakalinkissue28496 messages
2016-10-21 10:07:24serhiy.storchakacreate