◐ Shell
clean mode source ↗

gh-107008: Document the curses module variables LINES and COLS by serhiy-storchaka · Pull Request #107011 · python/cpython

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 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>

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>

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.