]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87904: Document curses classes (GH-151643)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Jun 2026 06:08:34 +0000 (09:08 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 06:08:34 +0000 (06:08 +0000)
commit560ff8e2021d818555884622f6865f4a0d60756f
treeec8d68f85087ed0881ed5261a9436d3f1b839fee
parent124c7cd91be8cff76d1eec0adef65991c23c4419
gh-87904: Document curses classes (GH-151643)

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.

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