【发布时间】:2016-10-25 12:39:41
【问题描述】:
我跑2to3 -f all -f idioms -f buffer -f set_literal -f ws_comma foo.py
输出:
RefactoringTool: No changes to foo.py
RefactoringTool: Files that need to be modified:
RefactoringTool: foo.py
foo.py的内容:
print("Hi")
我如何解释这个输出?
【问题讨论】:
标签: python python-2to3