Skip to content

_WrappedBuffer protocol isatty() returns bool #12438

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 1 commit into from
Jul 27, 2024
Merged

_WrappedBuffer protocol isatty() returns bool #12438

merged 1 commit into from
Jul 27, 2024

Conversation

ashleysommer
Copy link
Contributor

@ashleysommer ashleysommer commented Jul 26, 2024

Fixed new _WrappedBuffer protocol method isatty() correctly returns bool

Fixes #12437

Fixed new _WrappedBuffer protocol methid `isatty()` correctly returns `bool`
Copy link
Contributor

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

@JelleZijlstra JelleZijlstra merged commit 5ade7d9 into python:main Jul 27, 2024
63 checks passed
max-muoto pushed a commit to max-muoto/typeshed that referenced this pull request Sep 8, 2024
Fixed new _WrappedBuffer protocol methid `isatty()` correctly returns `bool`
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.

TextIOBuffer _WrappedBuffer attr isatty should be bool
2 participants