diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-19 23:25:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 23:25:36 (GMT) |
commit | d4fd165abab9c00ef15fbcd262804163e1a5e389 (patch) | |
tree | 3eb48819752c4f925f147789b0bfb16aaab90e01 /Misc/NEWS.d | |
parent | cf8c8307554939fd299cebfa00ccd49bc758f7ad (diff) | |
download | cpython-d4fd165abab9c00ef15fbcd262804163e1a5e389.zip cpython-d4fd165abab9c00ef15fbcd262804163e1a5e389.tar.gz cpython-d4fd165abab9c00ef15fbcd262804163e1a5e389.tar.bz2 |
[3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112272)
gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324)
Omit the `@interface_scope` from an IPv6 address when used as Host header by `http.client`.
---------
(cherry picked from commit ce1096f974d3158a92e050f9226700775b8db398)
[Google LLC]
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-28-20-55-07.gh-issue-73561.YRmAvy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-28-20-55-07.gh-issue-73561.YRmAvy.rst b/Misc/NEWS.d/next/Library/2022-05-28-20-55-07.gh-issue-73561.YRmAvy.rst new file mode 100644 index 0000000..5e00b7d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-28-20-55-07.gh-issue-73561.YRmAvy.rst @@ -0,0 +1 @@ +Omit the interface scope from an IPv6 address when used as Host header by :mod:`http.client`. |