8000 Drop all use of the name whitelist in the codebase · Issue #4436 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Drop all use of the name whitelist in the codebase #4436

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

Closed
gpshead opened this issue Aug 11, 2020 · 3 comments · Fixed by #5614
Closed

Drop all use of the name whitelist in the codebase #4436

gpshead opened this issue Aug 11, 2020 · 3 comments · Fixed by #5614

Comments

@gpshead
Copy link
Member
gpshead commented Aug 11, 2020

#4297 changed blacklist to exclude_list in the typeshed codebase. 👍

But whitelist remains. Please rename all whitelist references to allow_list or similar.

@gpshead
Copy link
Member Author
gpshead commented Aug 11, 2020

in particular scripts/update-stubtest-whitelist.py and tests/stubtest_whitelist (I didn't grep, just poked around the tree)

hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this issue Sep 6, 2020
Allows use of the old options to preserve backwards compatibility
A step towards python/typeshed#4436
hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this issue Sep 6, 2020
Allows use of the old options to preserve backwards compatibility
A step towards python/typeshed#4436
hauntsaninja added a commit to python/mypy that referenced this issue Sep 7, 2020
Allows use of the old options to preserve backwards compatibility
A step towards python/typeshed#4436

Co-authored-by: hauntsaninja <>
@Nikhil1O1
Copy link

Does this still require improvements? If yes then I'm in else why don't you mark it closed
@gpshead

@hauntsaninja
Copy link
Collaborator
hauntsaninja commented Oct 6, 2020

It's blocked on changes^ to mypy, which have been made but need to be released before it makes sense to change typeshed

hauntsaninja pushed a commit to hauntsaninja/typeshed that referenced this issue Jun 10, 2021
Resolves python#4436

I want to add stubtest for third party stubs, and figured it'd be easier
to make this change now.
hauntsaninja added a commit that referenced this issue Jun 10, 2021
Resolves #4436

I want to add stubtest for third party stubs, and figured it'd be easier
to make this change now.

Co-authored-by: hauntsaninja <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0