Python 2 到 3 代码自动转换器:python-modernize
jopen
10年前
基于 2to3
构建的工具, 目标是作最好的 Py2 到 3 代码自动转换器.
The python-modernize command works like 2to3. Here's how you'd rewrite a single file:
python-modernize -w example.py