Message87786
I got a similar problem but here the ISP returned an error/search page
and a "302 Found". test_urllibnet.test_bad_address() failed with
"AssertionError: IOError not raised by urlopen"
>>> import http.client
>>> conn = http.client.HTTPConnection("www.somerandominvalidpage.edu")
>>> conn.request("GET", "/")
>>> r1 = conn.getresponse()
>>> r1.status, r1.reason
(302, 'Found')
test_xmlrpc_net failed for the same reason (see #6027). |
|
| Date |
User |
Action |
Args |
| 2009-05-15 01:39:20 | ezio.melotti | set | recipients:
+ ezio.melotti, brett.cannon, orsenthil, pitrou |
| 2009-05-15 01:39:19 | ezio.melotti | set | messageid: <[email protected]> |
| 2009-05-15 01:39:18 | ezio.melotti | link | issue3583 messages |
| 2009-05-15 01:39:18 | ezio.melotti | create | |
|