]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151628)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jun 2026 08:48:56 +0000 (10:48 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 08:48:56 +0000 (08:48 +0000)
commit7aa41c406b33ef96e92cd628825e0a70be9e3697
tree31a19f4ae542c2adac3b9f66e954f157877a55d8
parente9c7cc1f0b67a582cb44791d72ce0b858f937e0d
[3.15] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151628)

Fix errors and clarify the curses, curses.panel and curses.ascii docs
against X/Open Curses and ncurses, and sync the affected docstrings.
(cherry picked from commit 65afcdd8dfb3621ac696fce076e6282c76a04b2b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/curses.ascii.rst
Doc/library/curses.panel.rst
Doc/library/curses.rst
Lib/curses/textpad.py
Modules/_curses_panel.c
Modules/_cursesmodule.c
Modules/clinic/_curses_panel.c.h
Modules/clinic/_cursesmodule.c.h