You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Fix some 2.5 parsing bugs
This commit is contained in:
@@ -33,6 +33,7 @@ def customize_for_version25(self, version):
|
||||
# Note: It is safe to put the variables after "as" in parenthesis,
|
||||
# and sometimes it is needed.
|
||||
"with": ("%|with %c:\n%+%c%-", 0, 3),
|
||||
"and_then": ("%c and %c", (0, "expr"), (4, "expr")),
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user