-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
os.get_terminal_size also exists on Windows #2338
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
Conversation
... at least according to https://docs.python.org/3/library/os.html#os.get_terminal_size. Related to python/mypy#5370.
Oh lol, you beat me to it. I guess I should have checked my email before trying to write my own PR for this :) |
@JelleZijlstra -- I think this is ready to be merged in? |
I try not to merge my own PRs. :) If you approve it it should be OK though. |
Oh, I didn't realize I had permissions to do that -- done. |
You can always leave a review on any pull request. it shows up as green only if you have commit access to the repo though. You don't have commit access to typeshed but I'm pretty sure you know what you're doing, so in this case I think your review is sufficient. |
I'll just add Michael as a committer!
|
Neat, thanks! |
This is mostly so we can get python/typeshed#2338, which unblocks python#5370.
This is mostly so we can get python/typeshed#2338, which unblocks #5370.
This is mostly so we can get python/typeshed#2338, which unblocks python#5370.
... at least according to https://docs.python.org/3/library/os.html#os.get_terminal_size. Related to python/mypy#5370.
... at least according to https://docs.python.org/3/library/os.html#os.get_terminal_size.
Related to python/mypy#5370.