mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
6d1e9ceed3
As of PEP 758 the except statement doesn't require parentheses anymore for exception tuples. See: https://peps.python.org/pep-0758/