exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of Ind
exception RuntimeWarning Base class for warnings about dubious runtime behavior.
exception BytesWarning Base class for warnings related to
exception ImportWarning Base class for warnings about probable mistakes in module imports.
exception ArithmeticError The base class for those built-in exceptions that are raised for various arithmetic errors:
exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)
exception BlockingIOError Raised when an operation would block on an object (e.g. socket) set for non-blocking operation. Corresponds
exception PermissionError Raised when trying to run an operation without the adequate access rights - for example filesystem
exception Warning Base class for warning categories.
exception BrokenPipeError A subclass of ConnectionError, raised when trying to write on a pipe while the other
Page 1 of 8