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-45393: help() on operator precedence has misleading entries #31246

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Feb 10, 2022

Fix the formatting for "await x" and "not x" in the operator
precedence table.

https://bugs.python.org/issue45393

zware
zware approved these changes Feb 10, 2022
Copy link
Member

@zware zware left a comment

LGTM, but I would suggest leaving out the change to Lib/pydoc_data/topics.py. It is regenerated for every release, and keeping it will cause backports to fail.

Fix the formatting for "await x" and "not x" in the operator
precedence table.
@ambv ambv force-pushed the bpo-45393-await-precedence-docs branch from 5e5a8f6 to 7e77b9e Compare May 19, 2022
@ambv
Copy link
Contributor

@ambv ambv commented May 19, 2022

I rebased and removed changes to Lib/pydoc_data/topics.py.

zware
zware approved these changes May 19, 2022
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.

None yet

7 participants