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

bpo-43837: Reverse order of precedence table to show tightly binding operators first #25469

Merged
merged 1 commit into from Apr 19, 2021

Conversation

ammaraskar
Copy link
Member

@ammaraskar ammaraskar commented Apr 19, 2021

As mentioned in the bug, this is an obvious improvement that makes the table more natural and brings it in-line with precedence tables from other languages.

https://bugs.python.org/issue43837

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels Apr 19, 2021
@ammaraskar ammaraskar changed the title Reverse order of precedence table to show tightly binding operators first bpo-43837: Reverse order of precedence table to show tightly binding operators first Apr 19, 2021
@terryjreedy terryjreedy self-requested a review April 19, 2021 06:00
@rhettinger rhettinger added the needs backport to 3.9 only security fixes label Apr 19, 2021
@rhettinger rhettinger merged commit 68ba0c6 into python:master Apr 19, 2021
@miss-islington
Copy link
Contributor

Thanks @ammaraskar for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-25472 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Apr 19, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 19, 2021
…operators first (pythonGH-25469)

(cherry picked from commit 68ba0c6)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
rhettinger pushed a commit that referenced this pull request Apr 19, 2021
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants