Brett Cannon added the comment:

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.

----------

_______________________________________
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