]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Aug 2020 17:20:28 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 17:20:28 +0000 (19:20 +0200)
commit20ae565bd2d79425d5567c001ed8f89848d7d907
tree2e8399e0ce6c401bd9dc570113541291987020f2
parentc818b15fa59039de67022c29085d439fa5d3ef95
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)

The http.cookiejar module has is_blocked() and blocked_domains()
methods, so "blocklist" term sounds better than "denylist" in this
module.

Replace also denylisted with denied in test___all__.
Doc/library/http.cookiejar.rst
Lib/test/test___all__.py