{{ message }}
gh-101100: Fix sphinx warnings in library/email.parser.rst#136475
Merged
hugovk merged 2 commits intoJul 11, 2025
Merged
Conversation
Hide details
View details
hugovk
merged commit
515b3d1
into
python:main
Jul 11, 2025
36 checks passed
Member
|
Thanks. |
Sorry, something went wrong.
|
Thanks @LamentXU123 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 11, 2025
…ythonGH-136475) (cherry picked from commit 515b3d1) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 11, 2025
…ythonGH-136475) (cherry picked from commit 515b3d1) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
AndPuQing
pushed a commit
to AndPuQing/cpython
that referenced
this pull request
Jul 11, 2025
Contributor
Author
|
Hi @hugovk, the two changes are indeed incorrect. Please revert it. Sry for the overlook. Just subpress the two links mentioned before is OK. sry again. |
Sorry, something went wrong.
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
picnixz
pushed a commit
to picnixz/cpython
that referenced
this pull request
Jul 13, 2025
hugovk
added a commit
to hugovk/cpython
that referenced
this pull request
Jul 13, 2025
….rst` (python#136475)" This reverts commit 515b3d1.
hugovk
added a commit
that referenced
this pull request
Jul 14, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 14, 2025
…ail.parser.rst` (pythonGH-136475)" (pythonGH-136629) (cherry picked from commit 5bbf30e) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 14, 2025
…ail.parser.rst` (pythonGH-136475)" (pythonGH-136629) (cherry picked from commit 5bbf30e) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
Agent-Hellboy
pushed a commit
to Agent-Hellboy/cpython
that referenced
this pull request
Aug 19, 2025
Agent-Hellboy
pushed a commit
to Agent-Hellboy/cpython
that referenced
this pull request
Aug 19, 2025
kumaraditya303
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…rst` (pythonGH-136475) (python#136532) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
kumaraditya303
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…rary/email.parser.rst` (pythonGH-136475)" (pythonGH-136629) (python#136646) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
before:
This PR fix them all. The changes:
email.feedparseris actually referring to email.parser.FeedParser. It is changed toemail.parser.FeedParser. See also other places of referrence toemail.parser.feedparserto check.email.policy.Policy.utf8is actually referring to email.policy.EmailPolicy.utf8. It is changed toemail.policy.EmailPolicy.utf8io.IOBase.readis actually referring to io.TextIOBase.read. See also other places of referrence toio.TextIOBase.readto check. I'm not pretty sure about this.📚 Documentation preview 📚: https://cpython-previews--136475.org.readthedocs.build/