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 eric.araujo
Recipients Natim, alexis, eric.araujo, tarek
Date 2011-10-19.20:25:09
SpamBayes Score 3.198258e-06
Marked as misclassified No
Message-id <1319055910.39.0.192342823648.issue12703@psf.upfronthosting.co.za>
In-reply-to
Content
I have added tests and fixed one or two bugs in 1405df4a1535.  I have another patch that checks that error messages are useful, with one exception: if you try to import a.b and b raises an ImportError, then the calling code will see an Attribute error.  Right now I don’t see how we can avoid that; checking the existence of files like your patch proposes is not possible, as Python modules do not come from files.
History
Date User Action Args
2011-10-19 20:25:10eric.araujosetrecipients: + eric.araujo, tarek, alexis, Natim
2011-10-19 20:25:10eric.araujosetmessageid: <1319055910.39.0.192342823648.issue12703@psf.upfronthosting.co.za>
2011-10-19 20:25:09eric.araujolinkissue12703 messages
2011-10-19 20:25:09eric.araujocreate