Skip to content

Commit

Permalink
py/moduerrno: Add EEXIST, EISDIR.
Browse files Browse the repository at this point in the history
Useful to check file/dir operations result, in particular used by upip.
  • Loading branch information
pfalcon committed May 24, 2016
1 parent 2b05b60 commit c76acd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/moduerrno.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
X(EAGAIN) \
X(ENOMEM) \
X(EACCES) \
X(EEXIST) \
X(ENODEV) \
X(EISDIR) \
X(EINVAL) \
X(EOPNOTSUPP) \
X(EADDRINUSE) \
Expand Down

0 comments on commit c76acd8

Please sign in to comment.