Skip to content

[3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110)#134113

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-71cf4dd-3.13
May 16, 2025
Merged

[3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110)#134113
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-71cf4dd-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 16, 2025

Comments immediately preceding the object's source code are used
if the object has no docstring.
Comments that do not describe the object should be separated from
the following source code by an empty line.
(cherry picked from commit 71cf4dd)

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

…ythonGH-134110)

Comments immediately preceding the object's source code are used
if the object has no docstring.
Comments that do not describe the object should be separated from
the following source code by an empty line.
(cherry picked from commit 71cf4dd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) May 16, 2025 20:29
@serhiy-storchaka serhiy-storchaka merged commit 510e28e into python:3.13 May 16, 2025
38 checks passed
@miss-islington miss-islington deleted the backport-71cf4dd-3.13 branch January 2, 2026 17:08
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.

2 participants