2to3

파이썬 2 코드를 3으로 자동 변환. 더 많은 정보: https://manned.org/2to3.

2to3 {{경로/파일.py}}

2to3 --write {{경로/파일.py}}

2to3 --write {{경로/파일.py}} --fix {{raw_input}} --fix {{print}}

2to3 --write {{경로/파일.py}} --nofix {{has_key}} --nofix {{isinstance}}

2to3 --list-fixes

2to3 --output-dir {{파이썬3/디렉토리/경로}} --write-unchanged-files --nobackups {{파이썬2/디렉토리/경로}}

2to3 --processes {{4}} --output-dir {{파이썬3/디렉토리/경로}} --write --nobackups --no-diff {{파이썬2/디렉토리/경로}}