[issue15767] add ModuleNotFoundError

Chris Jerdonek report at bugs.python.org
Thu Nov 15 23:02:29 CET 2012


Chris Jerdonek added the comment:

Since it subclasses ImportError, it seems like we're already considering it to be an error?  StopIteration and GeneratorExit don't inherit from an "Error" exception type unlike, say, the OSError exception types.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15767>
_______________________________________


More information about the Python-bugs-list mailing list