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.

Author brett.cannon
Recipients brett.cannon
Date 2008-08-17.21:21:00
SpamBayes Score 0.0005195017
Marked as misclassified No
Message-id <1219008061.86.0.538682955954.issue3583@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-17 21:21:01brett.cannonsetrecipients: + brett.cannon
2008-08-17 21:21:01brett.cannonsetmessageid: <1219008061.86.0.538682955954.issue3583@psf.upfronthosting.co.za>
2008-08-17 21:21:01brett.cannonlinkissue3583 messages
2008-08-17 21:21:00brett.cannoncreate