当你做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代码,你怎么能得到所有这些警告?