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

Replace Terminal class with stdlib solution #175

Merged
merged 3 commits into from Jul 16, 2022

Conversation

Secrus
Copy link
Member

@Secrus Secrus commented Jul 12, 2022

Terminal class was created back in 2016 and was useful only for versions of Python below 3.3, when shutil.get_terminal_size() was added to stdlib.

@Secrus Secrus merged commit 580da19 into python-poetry:master Jul 16, 2022
@Secrus Secrus deleted the replace-terminal branch July 16, 2022 13:42
Secrus pushed a commit to python-poetry/poetry that referenced this pull request Aug 24, 2022
`cleo.terminal.Terminal` was replaced in python-poetry/cleo#175 in favor of `shutil.get_terminal_size`
branchvincent added a commit to branchvincent/poetry that referenced this pull request Sep 1, 2022
`cleo.terminal.Terminal` was replaced in python-poetry/cleo#175 in favor of `shutil.get_terminal_size`
branchvincent added a commit to python-poetry/poetry that referenced this pull request Sep 1, 2022
`cleo.terminal.Terminal` was replaced in python-poetry/cleo#175 in favor of `shutil.get_terminal_size`
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.

None yet

2 participants