Author gdesmott
Recipients gdesmott
Date 2009-01-30.17:06:42
SpamBayes Score 0.000148976
Marked as misclassified No
Message-id <1233335205.01.0.0976836916516.issue5111@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, this bug is present when you try to connect to any URL
containing an IP6 and a port.

So, we have the same problem when using, for example:
http = httplib.HTTPConnection('[2a01:8790:16d:0:218:de87:164:8745]:5555')

but
http = httplib.HTTPConnection('[2001:4860:0:1001::68]:80')

does work. Probably because we use the default HTTP port.
History
Date User Action Args
2009-01-30 17:06:45gdesmottsetrecipients: + gdesmott
2009-01-30 17:06:45gdesmottsetmessageid: <1233335205.01.0.0976836916516.issue5111@psf.upfronthosting.co.za>
2009-01-30 17:06:43gdesmottlinkissue5111 messages
2009-01-30 17:06:42gdesmottcreate