8000 Update typeshed to fix TextIOWrapper constructor by Zeletochoy · Pull Request #8965 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Update typeshed to fix TextIOWrapper constructor #8965

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 3 commits into from
Jun 12, 2020

Conversation

Zeletochoy
Copy link
Contributor

Currently it doesn't accept ZipFile.open()'s output and fails with
error: Argument 1 to "TextIOWrapper" has incompatible type "IO[bytes]"; expected "BinaryIO"

That was fixed in python/typeshed@3058bec

Currently it doesn't accept ZipFile.open()'s output and fails with
error: Argument 1 to "TextIOWrapper" has incompatible type "IO[bytes]"; expected "BinaryIO"

That was fixed in python/typeshed@3058bec
Copy link
Member
@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG!

@ilevkivskyi ilevkivskyi merged commit 84bcb25 into python:master Jun 12, 2020
@Zeletochoy Zeletochoy deleted the update-typeshed-textiowrapper branch June 15, 2020 01:18
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
0