py/moduerrno: Add EEXIST, EISDIR.

Useful to check file/dir operations result, in particular used by upip.
This commit is contained in:
Paul Sokolovsky 2016-05-25 01:23:57 +03:00
parent 2b05b60bbc
commit c76acd8c23
1 changed files with 2 additions and 0 deletions

View File

@ -42,7 +42,9 @@
X(EAGAIN) \
X(ENOMEM) \
X(EACCES) \
X(EEXIST) \
X(ENODEV) \
X(EISDIR) \
X(EINVAL) \
X(EOPNOTSUPP) \
X(EADDRINUSE) \