-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
bpo-46439: Clarify urllib.request.add_header documentation #30708
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
Bots didn't run on this PR, I'm going to close and reopen to see if it helps. |
I confirmed the CLA is signed at https://check-python-cla.herokuapp.com/, so I added the label. |
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.
LGTM.
…o redirected requests
Thanks @epicfaace for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
GH-92004 is a backport of this pull request to the 3.10 branch. |
GH-92005 is a backport of this pull request to the 3.9 branch. |
…o redirected requests (pythonGH-30708) (cherry picked from commit f348154) Co-authored-by: Ashwin Ramaswami <[email protected]>
…o redirected requests (pythonGH-30708) (cherry picked from commit f348154) Co-authored-by: Ashwin Ramaswami <[email protected]>
…o redirected requests (GH-30708) (#92004) (cherry picked from commit f348154) Co-authored-by: Ashwin Ramaswami <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]>
…o redirected requests (GH-30708) (#92005) (cherry picked from commit f348154) Co-authored-by: Ashwin Ramaswami <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]>
…o redirected requests (pythonGH-30708) (python#92005) (cherry picked from commit f348154) Co-authored-by: Ashwin Ramaswami <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]>
Add note that headers added via urllib.request.add_header are added to redirected requests.
https://bugs.python.org/issue46439