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

gh-107008: Document the curses module variables LINES and COLS #107011

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 22, 2023

LINES and COLS referred in curses.update_lines_cols() documentations are the module variables, not the environment variables.


📚 Documentation preview 📚: https://cpython-previews--107011.org.readthedocs.build/

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
@serhiy-storchaka serhiy-storchaka added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Jul 22, 2023
@bedevere-bot bedevere-bot added awaiting core review docs Documentation in the Doc dir labels Jul 22, 2023
@serhiy-storchaka serhiy-storchaka merged commit 26e08df into python:main Jul 22, 2023
22 checks passed
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the docs-curses-LINES-COLS branch July 22, 2023 16:55
@bedevere-bot
Copy link

GH-107057 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
…ythonGH-107011)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
(cherry picked from commit 26e08df)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Jul 22, 2023
@bedevere-bot
Copy link

GH-107058 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
…ythonGH-107011)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
(cherry picked from commit 26e08df)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 22, 2023
serhiy-storchaka added a commit that referenced this pull request Jul 22, 2023
…GH-107011) (GH-107057)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
(cherry picked from commit 26e08df)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull request Jul 22, 2023
…GH-107011) (GH-107058)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
(cherry picked from commit 26e08df)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
mementum pushed a commit to mementum/cpython that referenced this pull request Jul 23, 2023
…ythonGH-107011)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants