diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-23 09:24:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 09:24:51 (GMT) |
commit | 456cf8b0972bedf035c648fcd5e384ead937f9db (patch) | |
tree | 1dae1246fd1d94b1b20f2d24d3bddb8a5c7d0282 /Doc/tools | |
parent | 98626c3c71f88707d7297d18e01801f27192ab5c (diff) | |
download | cpython-456cf8b0972bedf035c648fcd5e384ead937f9db.zip cpython-456cf8b0972bedf035c648fcd5e384ead937f9db.tar.gz cpython-456cf8b0972bedf035c648fcd5e384ead937f9db.tar.bz2 |
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
* [3.12] 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".
(cherry picked from commit f8b7fe2f2647813ae8249675a80e59c117d30fe1)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Delete 2023-05-31-18-37-57.gh-issue-105156.R4El5V.rst
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 66b6830..0403cb3 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -100,7 +100,6 @@ Doc/library/codecs.rst Doc/library/codeop.rst Doc/library/collections.abc.rst Doc/library/collections.rst -Doc/library/compileall.rst Doc/library/concurrent.futures.rst Doc/library/concurrent.rst Doc/library/configparser.rst @@ -109,8 +108,6 @@ Doc/library/contextlib.rst Doc/library/copy.rst Doc/library/csv.rst Doc/library/ctypes.rst -Doc/library/curses.ascii.rst -Doc/library/curses.rst Doc/library/datetime.rst Doc/library/dbm.rst Doc/library/decimal.rst @@ -148,7 +145,6 @@ Doc/library/http.client.rst Doc/library/http.cookiejar.rst Doc/library/http.cookies.rst Doc/library/http.server.rst -Doc/library/idle.rst Doc/library/importlib.resources.abc.rst Doc/library/importlib.resources.rst Doc/library/importlib.rst @@ -179,11 +175,9 @@ Doc/library/pickletools.rst Doc/library/platform.rst Doc/library/plistlib.rst Doc/library/poplib.rst -Doc/library/posix.rst Doc/library/pprint.rst Doc/library/profile.rst Doc/library/pty.rst -Doc/library/py_compile.rst Doc/library/pyclbr.rst Doc/library/pydoc.rst Doc/library/pyexpat.rst @@ -206,7 +200,6 @@ Doc/library/ssl.rst Doc/library/stat.rst Doc/library/stdtypes.rst Doc/library/string.rst -Doc/library/struct.rst Doc/library/subprocess.rst Doc/library/sunau.rst Doc/library/sys.rst @@ -273,7 +266,6 @@ Doc/tutorial/modules.rst Doc/tutorial/stdlib2.rst Doc/using/cmdline.rst Doc/using/configure.rst -Doc/using/unix.rst Doc/using/windows.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.1.rst |