summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael <35783820+mib1185@users.noreply.github.com>2023-11-19 22:37:13 (GMT)
committerGitHub <noreply@github.com>2023-11-19 22:37:13 (GMT)
commitce1096f974d3158a92e050f9226700775b8db398 (patch)
tree3c0ef4e51e7b67383d513df34f47b0a492ca7dd2 /Misc
parent7c9f2677fbb8805f7d531fb96731339727e8ea20 (diff)
downloadcpython-ce1096f974d3158a92e050f9226700775b8db398.zip
cpython-ce1096f974d3158a92e050f9226700775b8db398.tar.gz
cpython-ce1096f974d3158a92e050f9226700775b8db398.tar.bz2
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Omit the `@interface_scope` from an IPv6 address when used as Host header by `http.client`. --------- Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google LLC]
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-05-28-20-55-07.gh-issue-73561.YRmAvy.rst1
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`.