Ezio Melotti added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to