Alih bahasa kode program dari Python 2 menuju Python 3 secara otomatis. Informasi lebih lanjut: https://docs.python.org/3/library/2to3.html.
2to3 {{jalan/menuju/berkas.py}}
2to3 --write {{jalan/menuju/berkas.py}}
2to3 --write {{jalan/menuju/berkas.py}} --fix {{raw_input}} --fix {{print}}
2to3 --write {{jalan/menuju/file.py}} --nofix {{has_key}} --nofix {{isinstance}}
2to3 --list-fixes
2to3 --output-dir {{jalan/menuju/direktori_python3}} --write-unchanged-files --nobackups {{jalan/menuju/direktori_python2}}
2to3 --processes {{4}} --output-dir {{jalan/menuju/direktori_python3}} --write --nobackups --no-diff {{jalan/menuju/direktori_python2}}