We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc531cf commit 3f9a862Copy full SHA for 3f9a862
uncompyle6/semantics/customize3.py
@@ -37,7 +37,6 @@ def customize_for_version3(self, version):
37
(0, "expr"),
38
(4, "expr"),
39
),
40
- "except_cond2": ("%|except %c as %c:\n", 1, 5),
41
"function_def_annotate": ("\n\n%|def %c%c\n", -1, 0),
42
# When a generator is a single parameter of a function,
43
# it doesn't need the surrounding parenethesis.
0 commit comments