]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Oct 2019 19:36:19 +0000 (21:36 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 19:36:19 +0000 (21:36 +0200)
commit7f7f986cc485c40d80bae504333e3946ce9e96ba
tree64535f22c7dc6a7c12e4df66e16daff419217230
parent4cb08b6c0ae6989d169dd48c2b24087941f6d0b0
[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000)

Replace all *NULL* with ``NULL``.
(cherry picked from commit 25fc088607c855060ed142296dc1bd0125fad1af)
55 files changed:
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/bytearray.rst
Doc/c-api/bytes.rst
Doc/c-api/capsule.rst
Doc/c-api/cell.rst
Doc/c-api/codec.rst
Doc/c-api/concrete.rst
Doc/c-api/contextvars.rst
Doc/c-api/conversion.rst
Doc/c-api/coro.rst
Doc/c-api/datetime.rst
Doc/c-api/dict.rst
Doc/c-api/exceptions.rst
Doc/c-api/file.rst
Doc/c-api/float.rst
Doc/c-api/function.rst
Doc/c-api/gcsupport.rst
Doc/c-api/gen.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/iter.rst
Doc/c-api/list.rst
Doc/c-api/long.rst
Doc/c-api/mapping.rst
Doc/c-api/marshal.rst
Doc/c-api/memory.rst
Doc/c-api/memoryview.rst
Doc/c-api/method.rst
Doc/c-api/module.rst
Doc/c-api/number.rst
Doc/c-api/object.rst
Doc/c-api/refcounting.rst
Doc/c-api/reflection.rst
Doc/c-api/sequence.rst
Doc/c-api/set.rst
Doc/c-api/slice.rst
Doc/c-api/structures.rst
Doc/c-api/sys.rst
Doc/c-api/tuple.rst
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/c-api/weakref.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/faq/extending.rst
Doc/library/ctypes.rst
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.7.rst
Include/abstract.h