-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
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:
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Thanks, these 10 also now fixed:
Edit: include that extra one :) |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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 <Alex.Waygood@Gmail.com>. (cherry picked from commit fab7ad6) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…on#113669) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…on#113669) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…on#113669) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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/