Nathan Henrie
2017-03-23 19:16:53 -06:00
committed by Jelle Zijlstra
parent abb7e49089
commit fb80dc3971

View File

@@ -904,6 +904,8 @@ class EOFError(Exception): ...
class FloatingPointError(ArithmeticError): ...
class IOError(EnvironmentError): ...
class ImportError(Exception): ...
if sys.version_info >= (3, 6):
class ModuleNotFoundError(ImportError): ...
class IndexError(LookupError): ...
class KeyError(LookupError): ...
class MemoryError(Exception): ...