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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update typeshed to fix TextIOWrapper constructor
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
  • Loading branch information
Zeletochoy committed Jun 8, 2020
commit f8ff389a110484c40be01b3302187bbbf1c712e7
2 changes: 1 addition & 1 deletion mypy/typeshed
Submodule typeshed updated 145 files
0