-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin v. Löwis wrote:
> Jeremy Hylton wrote:
>> Does anyone have a clue about why this test fails only on this
>> platform? The test is question is verifying that URLError gets
>> raised. From the traceback, it appears that there is an uncaught
>> e
Jeremy Hylton wrote:
> Does anyone have a clue about why this test fails only on this
> platform? The test is question is verifying that URLError gets
> raised. From the traceback, it appears that there is an uncaught
> exception (URLError) but it fails in an assertRaises() check for
> URLError.
Does anyone have a clue about why this test fails only on this
platform? The test is question is verifying that URLError gets
raised. From the traceback, it appears that there is an uncaught
exception (URLError) but it fails in an assertRaises() check for
URLError. That doesn't make much sense u