You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Merge branch 'master' into python-3.3-to-3.5
This commit is contained in:
@@ -270,7 +270,7 @@ class NonterminalActions:
|
||||
if self.version < (3, 0, 0):
|
||||
value = "%r" % elem.pattr
|
||||
else:
|
||||
value = "%s" % elem.pattr
|
||||
value = "%s" % str(elem.pattr)
|
||||
else:
|
||||
assert elem.kind == "ADD_VALUE_VAR"
|
||||
value = "%s" % elem.pattr
|
||||
|
Reference in New Issue
Block a user