Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-af930c1-3.13
Aug 7, 2026
Merged

[3.13] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301)#155310
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-af930c1-3.13

Conversation

@miss-islington

@miss-islingtonmiss-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>
@serhiy-storchaka
serhiy-storchaka merged commit c80eacd into python:3.13Aug 7, 2026
30 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsAug 7, 2026
@miss-islington
miss-islington deleted the backport-af930c1-3.13 branch August 7, 2026 04:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka