Skip to content
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-122951: Simplify the grammar of the assignment rule #124998

Merged

Conversation

zedr
Copy link
Contributor

@zedr zedr commented Oct 5, 2024

Simplify the grammar of the assignment rule

This change reuses the annotated_rhs name where applicable in the grammar definition file, in order to simplify the expressions.

Issue #122951.

This change reuses the `annotated_rhs` name where applicable in the
grammar definition file, in order to simplify the expressions.
Copy link

cpython-cla-bot bot commented Oct 5, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Oct 5, 2024

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

Copy link
Contributor

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! don't forget to sign the CLA and we're good (a committer needs to validate though).

Copy link
Member

@Eclips4 Eclips4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@pablogsal
Copy link
Member

Thanks for the PR @zedr 🚀

@pablogsal pablogsal merged commit 39c859f into python:main Oct 6, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants