New submission from Matthew Ahrens <m...@mahrens.org>: The "errno" module does not contain some error names/numbers that are used on Solaris. Please add them.
from /usr/include/sys/errno.h: #define ECANCELED 47 /* Operation canceled */ #define ENOTSUP 48 /* Operation not supported */ /* Interprocess Robust Locks */ #define EOWNERDEAD 58 /* process died with the lock */ #define ENOTRECOVERABLE 59 /* lock is not recoverable */ #define ELOCKUNMAPPED 72 /* locked lock was unmapped */ #define ENOTACTIVE 73 /* Facility is not active */ ---------- components: Library (Lib) messages: 85868 nosy: mahrens severity: normal status: open title: add Solaris errnos type: feature request versions: Python 2.4, Python 3.0 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5737> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com