消息 [71292]
OpenDNS has a "feature" where if you enter an address that doesn't
exist, you get a 404 and a Google-looking search page. Problem is that
urllib.urlopen() does not raise any exception on a 404.
Probably should just change the test such that if no exception is
raised, check if a 404 was returned and still consider the test passed. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-08-17 21:21:01 | brett.cannon | 修改 | recipients:
+ brett.cannon |
| 2008-08-17 21:21:01 | brett.cannon | 修改 | messageid: <1219008061.86.0.538682955954.issue3583@psf.upfronthosting.co.za> |
| 2008-08-17 21:21:01 | brett.cannon | 链接 | issue3583 messages |
| 2008-08-17 21:21:00 | brett.cannon | 创建 | |
|