marshal.py: Python2 marshal code shouldn't try to turn a code object

into a string. parse3.py: handle both keyword and positional function
calls. scanner34.py: Remove extra level of quoting in LOAD_CONST.
Keyward handling now works cross Python 2/3. Some other spelling and doc fixes.
This commit is contained in:
rocky
2015-12-18 21:15:54 -05:00
parent 347219a009
commit 6bc425b45e
12 changed files with 63 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ check-2.7: check-short-2.7 check-bytecode check-2.7-ok
check-3.4: check-short-2.7 check-bytecode check-native-short
check:
@echo "For now, use check-2.7 or check.3.4" && false
@echo "For now, use check-2.7 or check-3.4" && false
## FIXME: there is a bug in our code that I don't
## find in uncompyle2 that causes this to fail.

Binary file not shown.

Binary file not shown.