[Python-Dev] httplib is not v6 compatible, is this going
to be fixed?
Phillip J. Eby
pje at telecommunity.com
Tue Sep 14 19:20:08 CEST 2004
At 12:12 PM 9/14/04 -0500, Skip Montanaro wrote:
>Here's the change to the test case (Lib/test/test_httplib.py). After the
>for loop that checks for invalid ports, add this analogous for loop that
>checks valid host/port combinations:
>
> for hp in ("[fe80::207:e9ff:fe9b]:8000", "www.python.org:80",
> "www.python.org"):
Here's the test case that's missing, then:
"[fe80::207:e9ff:fe9b]"
More information about the Python-Dev
mailing list