exception OverflowError Raised when the result of an arithmetic operation is too large to be represented. This cannot occur
winerror Under Windows, this gives you the native Windows error code. The errno attribute is then an approximate
exception ValueError Raised when a built-in operation or function receives an argument that has the right type but an inappropriate
exception UnicodeError Raised when a Unicode-related encoding or decoding error occurs. It is a subclass of ValueError
exception UnicodeEncodeError Raised when a Unicode-related error occurs during encoding. It is a subclass of UnicodeError
exception IndexError Raised when a sequence subscript is out of range. (Slice indices are silently truncated to fall in the
with_traceback(tb) This method sets tb as the new traceback for the exception and returns the exception object. It
exception WindowsError Only available on Windows.
exception SyntaxWarning Base class for warnings about dubious syntax.
exception IOError
Page 5 of 8