Santoso Wijaya <santoso.wij...@gmail.com> added the comment:

At least in Windows, the exception object has its `winerror` attribute 
correctly set to 126, which is also translated to POSIX `errno` with 
`winerror_to_errno()`; the latter gives us EINVAL (22).

----------
versions: +Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12437>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to