X Tutup
Skip to content

[3.12] gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-127520)#128621

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-474e419-3.12
Jan 8, 2025
Merged

[3.12] gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-127520)#128621
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-474e419-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 8, 2025

It now supports docstrings with single quotes, escape sequences,
raw string literals, and other Python syntax.

(cherry picked from commit 474e419)

Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) thatiparthysreenivas@gmail.com
Co-authored-by: Éric merwok@netwok.org
Co-authored-by: Serhiy Storchaka storchaka@gmail.com

… in pydoc (pythonGH-127520)

It now supports docstrings with single quotes, escape sequences,
raw string literals, and other Python syntax.

(cherry picked from commit 474e419)

Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్  రెడ్డి) <thatiparthysreenivas@gmail.com>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup