Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:error': 0.03; 'subject:Python': 0.06; 'subject:messages': 0.09; 'throws': 0.09; 'python': 0.11; 'module': 0.19; 'to:name:python-list@python.org': 0.22; 'error': 0.23; 'received:65.55.116': 0.24; "i've": 0.25; 'exceptions': 0.31; 'raised': 0.31; 'but': 0.35; 'to:addr:python- list': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'more': 0.64; 'find.': 0.84; 'subject:location': 0.84 X-TMN: [2QmcSoxJHu7UuBZNz0MoVJ4V63bQL5jn] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: Python error codes and messages location Date: Mon, 27 May 2013 02:13:54 +0300 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 26 May 2013 23:13:54.0133 (UTC) FILETIME=[B0E5B050:01CE5A66] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369610041 news.xs4all.nl 15958 [2001:888:2000:d::a6]:35399 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46144 Where can I find all error codes and messages that Python throws (actual co= des and messages from exceptions raised by stdlib)?=0A= =0A= I've already found the module 'errno' and got a dictionary (errno.errorcode= ) and some system error messages (os.strerror(errno.ENAMETOOLONG)) but ther= e's more I couldn't find. =