Where can I find all error codes and messages that Python throws (actual codes and messages from exceptions raised by stdlib)?
I've already found the module 'errno' and got a dictionary (errno.errorcode) and some system error messages (os.strerror(errno.ENAMETOOLONG)) but there's more I couldn't find. -- http://mail.python.org/mailman/listinfo/python-list