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 ezio.melotti
Recipients asvetlov, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, maker
Date 2012-11-16.10:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353060838.21.0.169102896657.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer ModuleNotFound.  Its meaning is already clear enough, even without the Error suffix.
OTOH we now have FileNotFoundError, but all the other OSError subclasses have that suffix.
In general I think the suffix is necessary when it's not already clear from the name that we are dealing with an exception, otherwise it can be dropped.
History
Date User Action Args
2012-11-16 10:13:58ezio.melottisetrecipients: + ezio.melotti, brett.cannon, cvrebert, asvetlov, chris.jerdonek, maker, eric.snow
2012-11-16 10:13:58ezio.melottisetmessageid: <1353060838.21.0.169102896657.issue15767@psf.upfronthosting.co.za>
2012-11-16 10:13:58ezio.melottilinkissue15767 messages
2012-11-16 10:13:57ezio.melotticreate