top | item 41788416 (no title) paiute | 1 year ago Exactly, python is not Java. I don’t want it to be. There are perfectly good cases to catch all exceptions like this. discuss order hn newest williamsmj|1 year ago I'm weakly opposed to the PEP, but if your concern is that you're going to lose the ability to catch all exceptions in new code, then that's wrong as discussed in the Backwards Compatibility section, i.e. do "except BaseException".
williamsmj|1 year ago I'm weakly opposed to the PEP, but if your concern is that you're going to lose the ability to catch all exceptions in new code, then that's wrong as discussed in the Backwards Compatibility section, i.e. do "except BaseException".
williamsmj|1 year ago