New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-104780: Remove 2to3 program and lib2to3 module #104781
Conversation
vstinner
commented
May 23, 2023
•
edited by github-actions
bot
edited by github-actions
bot
- 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.
- Issue: Remove the 2to3 program and the lib2to3 module #104780
* 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.
This PR is quite big, it changes 129 files:
git diff:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one nit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for reviews. I wasn't sure about the VS project changes. |