消息 [87786]
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). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-05-15 01:39:20 | ezio.melotti | 修改 | recipients:
+ ezio.melotti, brett.cannon, orsenthil, pitrou |
| 2009-05-15 01:39:19 | ezio.melotti | 修改 | messageid: <1242351559.81.0.610328211834.issue3583@psf.upfronthosting.co.za> |
| 2009-05-15 01:39:18 | ezio.melotti | 链接 | issue3583 messages |
| 2009-05-15 01:39:18 | ezio.melotti | 创建 | |
|