Comment 5 for bug 989819

Revision history for this message
Martin Pitt (pitti) wrote : Re: the signatures match code should probably consider the exception for python errors

We should also dissect OSErrors and append errno. Python 3 already does that by having specific subclasses such as PermissionError for EACCES, but this is still useful for Python 2 or if we run into an errno which doesn't have a subclass.