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 chris.jerdonek
Recipients Arfrever, asvetlov, barry, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, pitrou, serhiy.storchaka
Date 2013-02-19.18:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361298496.6.0.978687758066.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
If we can promise not to use it in the from-import case :) I'm okay with the more specific name (in fact it is preferable).  From Brett's response, it sounds like we have flexibility there and don't need it to be the same?  For from-import I would prefer the generic ImportError or adding a new type between ImportError and ModuleNotFoundError (like ImportNotFoundError) over using a name that is not entirely correct.
History
Date User Action Args
2013-02-19 18:28:16chris.jerdoneksetrecipients: + chris.jerdonek, barry, brett.cannon, pitrou, ezio.melotti, Arfrever, cvrebert, asvetlov, eric.snow, serhiy.storchaka
2013-02-19 18:28:16chris.jerdoneksetmessageid: <1361298496.6.0.978687758066.issue15767@psf.upfronthosting.co.za>
2013-02-19 18:28:16chris.jerdoneklinkissue15767 messages
2013-02-19 18:28:16chris.jerdonekcreate