-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-101100: Fix Sphinx warnings for removed dead batteries #113669
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
gh-101100: Fix Sphinx warnings for removed dead batteries #113669
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple of suggestions to fix some adjacent warnings while we're here:
Thanks, these 10 also now fixed:
Edit: include that extra one :) |
Co-authored-by: Alex Waygood <[email protected]>
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @hugovk, I could not cleanly backport this to
|
GH-113681 is a backport of this pull request to the 3.12 branch. |
pythonGH-113669) Co-authored-by: Alex Waygood <[email protected]>. (cherry picked from commit fab7ad6) Co-authored-by: Hugo van Kemenade <[email protected]>
…113669) (#113681) Co-authored-by: Alex Waygood <[email protected]>. Co-authored-by: Hugo van Kemenade <[email protected]>
…on#113669) Co-authored-by: Alex Waygood <[email protected]>
…on#113669) Co-authored-by: Alex Waygood <[email protected]>
…on#113669) Co-authored-by: Alex Waygood <[email protected]>
Fix 58 warnings for modules removed by PEP 594: "Removing dead batteries from the standard library":
These removals began in 3.12, and the bulk were in 3.13. So some need backporting to 3.12, and we don't need to backport to 3.11.
📚 Documentation preview 📚: https://cpython-previews--113669.org.readthedocs.build/