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 brett.cannon
Recipients asvetlov, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, maker
Date 2012-11-15.20:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353012027.12.0.428229499215.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
Should it be ModuleNotFoundError or ModuleNotFound? It's not necessarily an error if a module doesn't exist, so failing to find it isn't quite that negative. It also acts somewhat like StopIteration/GeneratorExit which also don't have the common "Error" suffix of exception names.
History
Date User Action Args
2012-11-15 20:40:27brett.cannonsetrecipients: + brett.cannon, ezio.melotti, cvrebert, asvetlov, chris.jerdonek, maker, eric.snow
2012-11-15 20:40:27brett.cannonsetmessageid: <1353012027.12.0.428229499215.issue15767@psf.upfronthosting.co.za>
2012-11-15 20:40:27brett.cannonlinkissue15767 messages
2012-11-15 20:40:26brett.cannoncreate