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

Document the curses module variables LINES and COLS #107008

Closed
serhiy-storchaka opened this issue Jul 22, 2023 · 0 comments
Closed

Document the curses module variables LINES and COLS #107008

serhiy-storchaka opened this issue Jul 22, 2023 · 0 comments
Assignees
Labels
3.11 only security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir

Comments

@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Jul 22, 2023

In the curses.update_lines_cols() description LINES and COLS are referred as the environment variables. But actually they are the curses module variables.

Linked PRs

@serhiy-storchaka serhiy-storchaka added docs Documentation in the Doc dir 3.11 only security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes labels Jul 22, 2023
@serhiy-storchaka serhiy-storchaka self-assigned this Jul 22, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Jul 22, 2023
LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
serhiy-storchaka added a commit that referenced this issue Jul 22, 2023
…7011)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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>
serhiy-storchaka added a commit that referenced this issue 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 issue 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 issue 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
3.11 only security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir
Projects
Status: Done
Development

No branches or pull requests

1 participant