]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 22 Jul 2023 16:54:50 +0000 (19:54 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 16:54:50 +0000 (19:54 +0300)
commit26e08dfdd7ac1b3d567d30cd35e4898121580390
treec7d6a0bcef333968cc1e0a81224cda3493847152
parent6fbc717214210e06313a283b2f3ec8ce67209609
gh-107008: Document the curses module variables LINES and COLS (GH-107011)

LINES and COLS referred in curses.update_lines_cols() documentations are
the module variables, not the environment variables.
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]