]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107011...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jul 2023 18:12:58 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 18:12:58 +0000 (21:12 +0300)
commit3889d39471d626baf35b12511ba949a233a36106
tree99f01624fc1e38fd91893f1436da86aa861830cd
parent844bdce712574feb339c3f91696930a38ad656a9
[3.12] gh-107008: Document the curses module variables LINES and COLS (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 26e08dfdd7ac1b3d567d30cd35e4898121580390)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/curses.rst
Doc/whatsnew/3.5.rst
Misc/NEWS.d/next/Documentation/2023-07-22-15-14-13.gh-issue-107008.3JQ1Vt.rst [new file with mode: 0644]