summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-4/+0
| | | | | | | | | * Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal.
* Merged revisions 88535 via svnmerge fromBenjamin Peterson2011-02-241-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line Add lib2to3.__main__ for easy testing from the console. ........
* Revert r88503 as Benjamin's request.Brett Cannon2011-02-231-4/+0
|
* Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3.Brett Cannon2011-02-221-0/+4