]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 18:41:19 +0000 (21:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 18:41:19 +0000 (21:41 +0300)
commit1ecf7d204dd3abb143f53851c31fefd4ef887314
tree9cd727d732a82c41d4522b1fd405f408d4718f61
parentb29cee40ee948731f239cc3a200c62ea3dbabc9f
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
12 files changed:
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/capsule.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/long.rst
Doc/c-api/number.rst
Doc/c-api/set.rst
Doc/c-api/slice.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst