]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Aug 2020 13:26:59 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 13:26:59 +0000 (06:26 -0700)
commitfabd7bb8e0450f16ed5c5c0ad575aa413d65712d
tree697881ab8dd38a990ebd68a018a20f08c2ab3c67
parent1d541c25c8019f7a0b80b3e1b437abe171e40b65
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)

Automerge-Triggered-By: @tiran
12 files changed:
Doc/library/http.cookiejar.rst
Doc/library/urllib.parse.rst
Lib/codecs.py
Lib/ipaddress.py
Lib/test/test___all__.py
Lib/test/test_httplib.py
Lib/test/test_httpservers.py
Lib/test/test_nntplib.py
Lib/test/test_tools/test_sundry.py
Lib/test/test_traceback.py
Objects/typeobject.c
Tools/clinic/clinic.py