You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Clarify a warning message
This commit is contained in:
@@ -101,7 +101,7 @@ def decompile(
|
||||
)
|
||||
if PYTHON_VERSION < 3.0 and bytecode_version >= 3.0:
|
||||
write(
|
||||
'# Warning: this version has problems handling the Python 3 "byte" type in constants properly.\n'
|
||||
'# Warning: this version of Python has problems handling the Python 3 "byte" type in constants properly.\n'
|
||||
)
|
||||
|
||||
if co.co_filename:
|
||||
|
Reference in New Issue
Block a user