-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Deprecate the parser module #81449
Comments
The parser module should be deprecated as soon as possible according to Pablo Galindo Salgo and Guido van Rossum:
I propose to deprecate it in Python 3.8: add a note in the documentation and emit a DeprecationWarning on "import parser". |
I searched for "import parser" in GitHub code search, but I failed to find any project using the Python stdlib parser module. I only found copies of the CPython code source which has on "import parser" in Lib/test/test_parser.py. |
Pablo: Are you interested to implement this change? |
Yep, will make a PR soon. |
Any update on deprecating the parser module? |
Wish granted: PR 15017 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: