]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Aug 2020 13:28:43 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 13:28:43 +0000 (15:28 +0200)
commit0ee0b2938cb606151d8d287472c838044bad4a0e
treeda94aff53ccc3eeb060312ef925394b2e0ab4936
parentfabd7bb8e0450f16ed5c5c0ad575aa413d65712d
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)

Rename 5 test method names in test_codecs and test_typing.
Lib/test/test_codecs.py
Lib/test/test_typing.py