Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2020-07-21 18:49:55 -04:00
21 changed files with 144 additions and 62 deletions

View File

@@ -106,7 +106,9 @@ def decompile(
)
)
if bytecode_version >= 3.0:
write("# Warning: this version has problems handling the Python 3 byte type in constants properly.\n")
write(
"# Warning: this version of Python has problems handling the Python 3 byte type in constants properly.\n"
)
if co.co_filename:
write("# Embedded file name: %s" % co.co_filename,)
if timestamp: