如何在不执行代码的情况下使Python 3.x不兼容?

时间:2012-11-19 12:56:07

标签: python python-2.7 compiler-warnings

当你做python --help时:

-3     : warn about Python 3.x incompatibilities that 2to3 cannot trivially fix

执行python -3 hello.py时,检查已完成但您的hello.py已执行。 I've seen here您可以使用py_compile模块编译.py代码而不执行它,但不能使用-3调用py_compile选项。如果没有实际运行python代码,你怎么能得到所有这些警告?

0 个答案:

没有答案