]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-87904: Document curses classes (GH-151643) (GH-152048)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 07:19:09 +0000 (09:19 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 07:19:09 +0000 (10:19 +0300)
commitf84299087fcdee0ca962db49a7a4a91461d54f18
tree596ee858831b325d7cc2d85ac344f8dfeabdf891
parent9bd0199e5b20c9516c2d66b24b6168874f7d98d7
[3.15] gh-87904: Document curses classes (GH-151643) (GH-152048)

Add docstrings for the curses.window, curses.error, curses.panel.panel
and curses.panel.error classes.  Document the panel class and its error
exception in curses.panel.rst, using the real lowercase panel name.
(cherry picked from commit 560ff8e2021d818555884622f6865f4a0d60756f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/curses.panel.rst
Modules/_curses_panel.c
Modules/_cursesmodule.c