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 r.david.murray
Recipients conf, exarkun, r.david.murray
Date 2009-06-02.13:10:46
SpamBayes Score 0.004308425
Marked as misclassified No
Message-id <1243948248.59.0.259362728161.issue5230@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry, I mistyped.  That is the error message I was expecting (it's
derived from the one 'import' gives in that case).   If the test were
like this:

    elif exc is ImportError and str(value).endswith(path.split('.')[-1]):

then I think the tests would pass (but I haven't checked yet).
History
Date User Action Args
2009-06-02 13:10:48r.david.murraysetrecipients: + r.david.murray, exarkun, conf
2009-06-02 13:10:48r.david.murraysetmessageid: <1243948248.59.0.259362728161.issue5230@psf.upfronthosting.co.za>
2009-06-02 13:10:47r.david.murraylinkissue5230 messages
2009-06-02 13:10:47r.david.murraycreate