2to3Conversion automatisé de code Python 2 vers 3. Plus d'informations : https://manned.org/2to3.
2to3 {{chemin/vers/fichier.py}}
2to3 {{[-w|--write]}} {{chemin/vers/fichier.py}}
2to3 {{[-w|--write]}} {{chemin/vers/fichier.py}} {{[-f|--fix]}} {{raw_input}} {{[-f|--fix]}} {{print}}
2to3 {{[-w|--write]}} {{chemin/vers/fichier.py}} {{[-x|--nofix]}} {{has_key}} {{[-x|--nofix]}} {{isinstance}}
2to3 {{[-l|--list-fixes]}}
2to3 {{[-o|--output-dir]}} {{chemin/vers/dossier_python3}} {{[-W|--write-unchanged-files]}} {{[-n|--nobackups]}} {{chemin/vers/dossier_python2}}
2to3 {{[-j|--processes]}} {{4}} {{[-o|--output-dir]}} {{chemin/vers/dossier_python3}} {{[-w|--write]}} {{[-n|--nobackups]}} --no-diffs {{chemin/vers/dossier_python2}}