New submission from Jonathan Guthrie:
This is related to issue 5111.
An IPv6 link-local address must include a scope specifier as part of the
address passed to the HTTPConnection or HTTPSConnection constructor, that scope
specifier is not being stripped from the address passed in the HTTP 1.1
Jonathan Guthrie added the comment:
Yes, it is more closely related to Issue 23448. My search for related issues
apparently wasn't exhaustive enough.
--
___
Python tracker
<http://bugs.python.org/is
Jonathan Guthrie added the comment:
Michael Sweet's draft RFC requiring that the scope should be included in the
Host line expired in May 2014 and I can't find where it ever went anywhere.
Does anyone have any updated information?
--
nosy: +Jonat