The 'errno' number (at least on the *nix platforms I use) corresponds
to the 'errno' number set on system call failure.   POSIX.1 specifies
a set of standard errors.  AFAIK, the 'errno' module should contain
the mappings for your system.

On 9/11/07, Tim Couper <[EMAIL PROTECTED]> wrote:
> As you know, when an IOError is raised, you get a helpful:
>
> [Errno N] <useful descriptor of the error>
>
> Is there a list of all possible values of N which can be returned, and
> their meanings?
>
> --
> Dr Tim Couper
> CTO, SciVisum Ltd
>
> www.scivisum.com
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to