You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Correct 2.x formatting "slice2" nonterminal
This commit is contained in:
@@ -256,7 +256,7 @@ TABLE_DIRECT = {
|
||||
(1, NO_PARENTHESIS_EVER)
|
||||
),
|
||||
|
||||
"slice2": ( "[%c:%p]",
|
||||
"slice2": ( "%c[:%p]",
|
||||
(0, "expr"),
|
||||
(1, NO_PARENTHESIS_EVER)
|
||||
),
|
||||
|
Reference in New Issue
Block a user