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 pitrou
Recipients Arfrever, asvetlov, barry, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, pitrou, serhiy.storchaka
Date 2013-02-19.17:02:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <633821489.47946837.1361293357910.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1361285533.09.0.360596306948.issue15767@psf.upfronthosting.co.za>
Content
> The original need was for internal importlib usage, but upon
> reflection it could also be used by the eval loop for that
> (http://hg.python.org/cpython/file/83d70dd58fef/Python/ceval.c#l4560),
> so I'm fine with changing the name to ImportNotFoundError.

I don't understand what ImportNotFoundError means: an import was
not found? ModuleNotFoundError was obvious.
History
Date User Action Args
2013-02-19 17:02:43pitrousetrecipients: + pitrou, barry, brett.cannon, ezio.melotti, Arfrever, cvrebert, asvetlov, chris.jerdonek, eric.snow, serhiy.storchaka
2013-02-19 17:02:43pitroulinkissue15767 messages
2013-02-19 17:02:43pitroucreate