We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96be436 commit 35a8c08Copy full SHA for 35a8c08
1 file changed
Misc/NEWS.d/next/Library/2026-03-26-00-00-00.gh-issue-47005.xxc89c.rst
@@ -0,0 +1,4 @@
1
+Fix :meth:`urllib.request.AbstractHTTPHandler.do_open` to give regular
2
+headers set via :meth:`~urllib.request.Request.add_header` priority over
3
+unredirected headers, consistent with :meth:`~urllib.request.Request.get_header`
4
+and :meth:`~urllib.request.Request.header_items`.
0 commit comments