Geautomatiseerde conversie van Python 2 naar 3-code. Meer informatie: https://docs.python.org/3/library/2to3.html.
2to3 {{pad/naar/bestand.py}}
2to3 --write {{pad/naar/bestand.py}}
2to3 --write {{pad/naar/bestand.py}} --fix {{raw_input}} --fix {{print}}
2to3 --write {{pad/naar/bestand.py}} --nofix {{has_key}} --nofix {{isinstance}}
2to3 --list-fixes
2to3 --output-dir {{pad/naar/python3_map}} --write-unchanged-files --nobackups {{pad/naar/python2_map}}
2to3 --processes {{4}} --output-dir {{pad/naar/python3_map}} --write --nobackups --no-diff {{pad/naar/python2_map}}