-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
in particular |
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 <>
Does this still require improvements? If yes then I'm in else why don't you mark it closed |
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
#4297 changed
blacklist
toexclude_list
in the typeshed codebase. 👍But
whitelist
remains. Please rename allwhitelist
references toallow_list
or similar.The text was updated successfully, but these errors were encountered: