Skip to content

gh-157546: Add missing docstrings in curses - #157547

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:curses-wrapper-docstrings
Sep 21, 2026
Merged

serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:curses-wrapper-docstrings

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Sep 15, 2026

Copy link
Copy Markdown
Member

The Python wrappers initscr(), newterm() and start_color() now use the docstrings of the wrapped C functions, and the screen type has a docstring. Also "WindowObject" in the initscr() docstring is replaced with "window object".

The Python wrappers initscr(), newterm() and start_color() now use the
docstrings of the wrapped C functions, and the screen type has a
docstring.
@serhiy-storchaka
serhiy-storchaka merged commit b1e2766 into python:main Sep 21, 2026
98 of 100 checks passed
@serhiy-storchaka
serhiy-storchaka deleted the curses-wrapper-docstrings branch September 21, 2026 11:49
@bedevere-app

bedevere-app Bot commented Sep 21, 2026

Copy link
Copy Markdown

GH-157903 is a backport of this pull request to the 3.15 branch.

@bedevere-app

bedevere-app Bot commented Sep 21, 2026

Copy link
Copy Markdown

GH-157904 is a backport of this pull request to the 3.14 branch.

@bedevere-app

bedevere-app Bot commented Sep 21, 2026

Copy link
Copy Markdown

GH-157905 is a backport of this pull request to the 3.13 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant