News

With Python 3.14, you can simply list multiple exceptions separated by commas: try: flaky_function() except BigProblem, SmallProblem: ... The original syntax still works, of course, but the new ...
On the other hand, the Python socket module generates exceptions that differ from one platform to another. As an example, the Connection refused ... Again, it quickly becomes boring to code multiple ...