]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 22 Jul 2023 18:35:22 +0000 (21:35 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 18:35:22 +0000 (21:35 +0300)
commitf8b7fe2f2647813ae8249675a80e59c117d30fe1
tree16fcc31b7ebd0ae7ada477ec1d3594428505e64c
parent26e08dfdd7ac1b3d567d30cd35e4898121580390
gh-106948: Add standard external names to nitpick_ignore (GH-106949)

It includes standard C types, macros and variables like "size_t",
"LONG_MAX" and "errno", and standard environment variables like "PATH".
22 files changed:
Doc/c-api/arg.rst
Doc/c-api/memory.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/conf.py
Doc/library/array.rst
Doc/library/ctypes.rst
Doc/library/os.rst
Doc/library/struct.rst
Doc/library/venv.rst
Doc/library/webbrowser.rst
Doc/tools/.nitignore
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.10.0a5.rst
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/next/C API/2023-05-31-18-37-57.gh-issue-105156.R4El5V.rst
Misc/NEWS.d/next/Documentation/2023-07-21-11-51-57.gh-issue-106948.K_JQ7j.rst [new file with mode: 0644]