Python error codes and messages location

Carlos Nepomuceno carlosnepomuceno at outlook.com
Sun May 26 19:13:54 EDT 2013


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. 		 	   		  


More information about the Python-list mailing list