DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / unmatched_closing_paren.py
1234567
"""Should raise SyntaxError: invalid syntax for Python < 3.8 otherwise, SyntaxError: unmatched ')' """ a = (1, 2, 3, 4,)) b = 3