1
Vote

Exception list does not include user-defined errors or modules

description

We should definitely include modules in the list of exceptions, as well as any classes that can easily be found to have BaseException in their MRO.

comments

Zooba wrote Mar 1 at 9:25 PM

Also doesn't pick up imported error types correctly (such as socket.error, gaierror, etc.).