-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-135468: Improve BaseHandler.http_error_default()
parameter descriptions
#136797
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
Conversation
@AA-Turner Thanks for the help and the review. |
40e5399
to
98aafdb
Compare
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.
We could possibly use :param:
here in the future, but this is an improvement.
A
Thanks @valeriogianella for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
BaseHandler.http_error_default()
parameter descriptions
…er descriptions (pythonGH-136797) (cherry picked from commit 57acd65a30f8cb1f3a3cc01322f03215017f5caa) Co-authored-by: Valerio Gianella <[email protected]> Co-authored-by: Adam Turner <[email protected]>
…er descriptions (pythonGH-136797) (cherry picked from commit 57acd65) Co-authored-by: Valerio Gianella <[email protected]> Co-authored-by: Adam Turner <[email protected]>
GH-136825 is a backport of this pull request to the 3.14 branch. |
GH-136826 is a backport of this pull request to the 3.13 branch. |
urllib.request.HTTPRedirectHandler
documentation useshdrs
instead ofheaders
#135468📚 Documentation preview 📚: https://cpython-previews--136797.org.readthedocs.build/