Skip to content
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

pkgutil: returns a List[str] usually #5222

Merged
merged 2 commits into from
Apr 15, 2021
Merged

Conversation

hauntsaninja
Copy link
Collaborator

Yes, technically it returns whatever its first argument is if it isn't
a list.

Doing this because python/mypy#9454 (comment)

Yes, technically it returns whatever its first argument is if it isn't
a list.

Doing this because python/mypy#9454 (comment)
@hauntsaninja hauntsaninja changed the title [pkgutil] returns a List[str] usually pkgutil: returns a List[str] usually Apr 15, 2021
@hauntsaninja
Copy link
Collaborator Author

So speedy, thanks!

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

1 similar comment
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja hauntsaninja merged commit 3d8bffa into python:master Apr 15, 2021
@hauntsaninja hauntsaninja deleted the pkgutil branch April 15, 2021 19:43
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 this pull request may close these issues.

2 participants