Message80829
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. |
|
| Date |
User |
Action |
Args |
| 2009-01-30 17:06:45 | gdesmott | set | recipients:
+ gdesmott |
| 2009-01-30 17:06:45 | gdesmott | set | messageid: <1233335205.01.0.0976836916516.issue5111@psf.upfronthosting.co.za> |
| 2009-01-30 17:06:43 | gdesmott | link | issue5111 messages |
| 2009-01-30 17:06:42 | gdesmott | create | |
|