Ticket #798 (new enhancement)
Opened 2 years ago
Convert IOError exceptions in vfs to errno
| Reported by: | https://me.yahoo.com/postrockrob#52e3a | Owned by: | rob |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.15 |
| Component: | vfs | Keywords: | |
| Cc: |
Description
Just discovered that raising IOErrors using errno keys produces standard text for error numbers:
raise IOError(errno.ENOENT, "No such file")
produces:
IOError: [Errno 2] No such file
Attachments
Note: See
TracTickets for help on using
tickets.
