💾 Archived View for freeshell.de › tldr › 2to3.gmi captured on 2023-09-28 at 16:09:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Automated Python 2 to 3 code conversion.
2to3 {path/to/file.py}
2to3 --write {path/to/file.py}
2to3 --write {path/to/file.py} --fix={raw_input} --fix={print}
2to3 --write {path/to/file.py} --nofix={has_key} --nofix={isinstance}
2to3 --list-fixes
2to3 --output-dir={path/to/python3_directory} --write-unchanged-files --nobackups {path/to/python2_directory}
2to3 --processes={4} --output-dir={path/to/python3_directory} --write --nobackups --no-diff {path/to/python2_directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).