On 05Sep2017 19:44, Cameron Simpson <c...@cskk.id.au> wrote:
Almost anything which says "Errno ..." is almost always an OSError (or an IOError as I found the other day). I try to be quite picky about these. So for example:
Oh yes, and on a UNIX host such as Solaris the command "man 2 intro" will normally show you the intro to section 2 (system calls) and include a listing of all the errno values and their meanings.
You can probably deduce the system call from the python stack trace, so if it is, say, read, then "man 2 read" should include the relevant error codes and their cuasing circumstances.
Cheers, Cameron Simpson <c...@cskk.id.au> (formerly c...@zip.com.au) -- https://mail.python.org/mailman/listinfo/python-list