commit | 20ae565bd2d79425d5567c001ed8f89848d7d907 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Aug 13 19:20:28 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 13 19:20:28 2020 +0200 |
tree | 2e8399e0ce6c401bd9dc570113541291987020f2 | |
parent | c818b15fa59039de67022c29085d439fa5d3ef95 [diff] |
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__.