This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 brett.cannon
收信人 brett.cannon
日期 2008-08-17.21:21:00
SpamBayes Score 0.0005195017
Marked as misclassified
Message-id <1219008061.86.0.538682955954.issue3583@psf.upfronthosting.co.za>
In-reply-to
内容
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:01brett.cannon修改recipients: + brett.cannon
2008-08-17 21:21:01brett.cannon修改messageid: <1219008061.86.0.538682955954.issue3583@psf.upfronthosting.co.za>
2008-08-17 21:21:01brett.cannon链接issue3583 messages
2008-08-17 21:21:00brett.cannon创建