-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-118100: Improve links in ast.rst
#118101
Conversation
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.
I also propose to remove parso, because it is no longer maintained for the last 4 years, no new syntax since 3.9? is supported: davidhalter/parso/graphs/contributors
It's less busy, but there have been over 100 commits in the last 4 years: https://github.com/davidhalter/parso/graphs/contributors?from=2020-04-19&to=2024-04-19&type=c
And there was a release just two weeks ago that added support for Python 3.13:
- https://github.com/davidhalter/parso/releases/tag/v0.8.4
- ENH: add grammar file from py313 davidhalter/parso#220
I think we can keep it.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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.
Thanks!
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit 2aa11cc) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-118110 is a backport of this pull request to the 3.12 branch. |
ast.rst
#118100📚 Documentation preview 📚: https://cpython-previews--118101.org.readthedocs.build/