Get rid of the broken and troublesome exceptionNew methods
exceptionNew just calls __new__, but some exceptions have important __init__ methods that need to be called. Well, I think those exceptions might be broken (they should probably set that data in __init__) but this is still a good anyway.
Showing
Please register or sign in to comment