-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
gh-101100: Resolve reference warnings in library/xml.sax.handler.rst #136612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AA-Turner
merged 5 commits into
python:main
from
LamentXU123:fix-referrence-in-xml-sax-handler
Sep 3, 2025
Merged
gh-101100: Resolve reference warnings in library/xml.sax.handler.rst #136612
AA-Turner
merged 5 commits into
python:main
from
LamentXU123:fix-referrence-in-xml-sax-handler
Sep 3, 2025
Conversation
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
@LamentXU123
LamentXU123
requested review from
AA-Turner and
hugovk
as code owners
July 13, 2025 07:14
@bedevere-app
bedevere-app
bot
added
awaiting review
docs
Documentation in the Doc dir
skip news
labels
Jul 13, 2025
@github-project-automation
github-project-automation
bot
moved this to Todo
in Docs PRs
Jul 13, 2025
picnixz
picnixz
reviewed
Jul 14, 2025
@LamentXU123
LamentXU123
changed the title
(削除) gh-101100: Fix sphinx warnings in
(追記) gh-101100: Fix sphinx warnings in Jul 14, 2025
library/xml.sax.rst
(削除ここまで)library/xml.sax.handler.rst
(追記ここまで)
AA-Turner
AA-Turner
approved these changes
Sep 3, 2025
@AA-Turner
AA-Turner
added
needs backport to 3.13
bugs and security fixes
needs backport to 3.14
bugs and security fixes
and removed
awaiting merge
labels
Sep 3, 2025
@AA-Turner
AA-Turner
changed the title
(削除) gh-101100: Fix sphinx warnings in
(追記) gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (追記ここまで)
Sep 3, 2025
library/xml.sax.handler.rst
(削除ここまで)Thanks @LamentXU123 for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖
@github-project-automation
github-project-automation
bot
moved this from Todo
to Done
in Docs PRs
Sep 3, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 3, 2025
...r.rst (pythonGH-136612) (cherry picked from commit c22cc8f) 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
Sep 3, 2025
...r.rst (pythonGH-136612) (cherry picked from commit c22cc8f) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
GH-138421 is a backport of this pull request to the 3.14 branch.
@bedevere-app
bedevere-app
bot
removed
the
needs backport to 3.14
bugs and security fixes
label
Sep 3, 2025
GH-138422 is a backport of this pull request to the 3.13 branch.
@bedevere-app
bedevere-app
bot
removed
the
needs backport to 3.13
bugs and security fixes
label
Sep 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
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.
Add this suggestion to a batch that can be applied as a single commit.
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.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There are two warnings:
This warning happens in many doc of xml (
xml.sax.reader
,xml.sax.handler
,xml.sax
) in the same reason. After staring the doc for a while, I think the original doc want to refer to xml.sax.xmlreader.AttributesImpl and xml.sax.xmlreader.AttributesNSImpl as an implemention of attributes-interface. This doc fix it to the correct ref.If this is approved, I will fix up those occurrence in other docs, an example of this in xml.sax is as below to double check.
image📚 Documentation preview 📚: https://cpython-previews--136612.org.readthedocs.build/