Skip to content

bpo-41521: Replace denylist with blocklist is http.cookiejar doc #21826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2020
Merged

bpo-41521: Replace denylist with blocklist is http.cookiejar doc #21826

merged 1 commit into from
Aug 13, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 11, 2020

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

https://bugs.python.org/issue41521

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__.
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Aug 11, 2020
@vstinner vstinner merged commit 20ae565 into python:master Aug 13, 2020
@vstinner vstinner deleted the enhance_allowlist branch August 13, 2020 17:20
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__.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants