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, pitrou
Date 2008-08-18.17:19:16
SpamBayes Score 2.5016395e-06
Marked as misclassified No
Message-id <bbaeab100808181019h61d0b97fkfd1a17c5ec5019dd@mail.gmail.com>
In-reply-to <1219056744.26.0.193325695352.issue3583@psf.upfronthosting.co.za>
Content
On Mon, Aug 18, 2008 at 3:52 AM, Antoine Pitrou <report@bugs.python.org> wrote:
>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> Are many people using OpenDNS? Is there a way to detect that OpenDNS is
> being used and trigger a separate path in the test?
> I say that because returning a 404 when the domain lookup has failed is
> wrong. Perhaps the test should check for a 404 and still raise an
> exception, but with an appropriate message indicating that it may be due
> to a "featureful" DNS service.
>

That's also a possibility.

Out of curiosity, what HTTP response should be received?
History
Date User Action Args
2008-08-18 17:19:18brett.cannonsetrecipients: + brett.cannon, pitrou
2008-08-18 17:19:17brett.cannonlinkissue3583 messages
2008-08-18 17:19:16brett.cannoncreate