miniblog.
← Back to all posts
Wilfred Hughes
Jun 26, 2014 at 09:21
`except BaseException` does not catch everything in Python 2, since you can throw any old-style class. Use `except` instead.