-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Expand about soft keywords in the docs for keyword.py #29139
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
Conversation
Add link at the top and fix the existing links to point to the "soft keywords" section created in the Python 3.10 docs: https://docs.python.org/3.10/reference/lexical_analysis.html#soft-keywords
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 @wjandrea for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Add link at the top and fix the existing links to point to the "[soft keywords](https://docs.python.org/3.10/reference/lexical_analysis.htmlGH-soft-keywords)" section created in the Python 3.10 docs. Changes should be backported to 3.10 as well. (cherry picked from commit 9e05da6) Co-authored-by: William Andrea <[email protected]>
GH-29195 is a backport of this pull request to the 3.10 branch. |
Thanks @wjandrea for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-29622 is a backport of this pull request to the 3.9 branch. |
Add link at the top and fix the existing links to point to the "[soft keywords](https://docs.python.org/3.10/reference/lexical_analysis.htmlGH-soft-keywords)" section created in the Python 3.10 docs. Changes should be backported to 3.10 as well. (cherry picked from commit 9e05da6) Co-authored-by: William Andrea <[email protected]>
…H-29195) Add link at the top and fix the existing links to point to the "[soft keywords](https://docs.python.org/3.10/reference/lexical_analysis.htmlGH-soft-keywords)" section created in the Python 3.10 docs. (cherry picked from commit 9e05da6) Co-authored-by: William Andrea <[email protected]>
Add link at the top and fix the existing links to point to the "soft keywords" section created in the Python 3.10 docs.
Changes should be backported to 3.10 as well.
Automerge-Triggered-By: GH:pablogsal