◐ Shell
clean mode source ↗

bpo-41521: Replace denylist with blocklist is http.cookiejar doc by vstinner · Pull Request #21826 · python/cpython

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__.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 20, 2020
…honGH-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__.

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
…honGH-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__.