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
bpo-45393: help() on operator precedence has misleading entries #31246
Conversation
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.
5e5a8f6
to
7e77b9e
Compare
I rebased and removed changes to |
Thanks @ZackerySpytz for the PR, and @ambv for merging it |
…onGH-31246) Fix the formatting for "await x" and "not x" in the operator precedence table. (cherry picked from commit fb082c2) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-92965 is a backport of this pull request to the 3.11 branch. |
…onGH-31246) Fix the formatting for "await x" and "not x" in the operator precedence table. (cherry picked from commit fb082c2) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-92966 is a backport of this pull request to the 3.10 branch. |
…onGH-31246) Fix the formatting for "await x" and "not x" in the operator precedence table. (cherry picked from commit fb082c2) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-92967 is a backport of this pull request to the 3.9 branch. |
Fix the formatting for "await x" and "not x" in the operator
precedence table.
https://bugs.python.org/issue45393