Skip to content

[3.15] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301) - #155308

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-af930c1-3.15
Open

[3.15] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301)#155308
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-af930c1-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

The keyword-only arguments are not always optional: they are required if
"|" was not specified before "$". Document also that "|" cannot be
specified after "$", and add examples for "|" and "$".
(cherry picked from commit af930c1)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…ywords() (pythonGH-155301)

The keyword-only arguments are not always optional: they are required if
"|" was not specified before "$".  Document also that "|" cannot be
specified after "$", and add examples for "|" and "$".
(cherry picked from commit af930c13787a15c22187d5d526f74f35c95f8056)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@read-the-docs-community

Copy link
Copy Markdown

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

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants