-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Match statement's signed_number
token is not properly defined
#123580
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
Labels
Comments
Thanks for the report! |
encukou
pushed a commit
that referenced
this issue
Sep 3, 2024
Co-authored-by: Sergey B Kirpichev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 3, 2024
…-123582) (cherry picked from commit 9e079c2) Co-authored-by: CBerJun <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 3, 2024
…-123582) (cherry picked from commit 9e079c2) Co-authored-by: CBerJun <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
This was referenced Sep 3, 2024
encukou
pushed a commit
that referenced
this issue
Sep 4, 2024
…) (GH-123623) gh-123580: Fix `signed_number` token in documentation (GH-123582) (cherry picked from commit 9e079c2) Co-authored-by: CBerJun <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
encukou
pushed a commit
that referenced
this issue
Sep 4, 2024
…) (GH-123624) gh-123580: Fix `signed_number` token in documentation (GH-123582) (cherry picked from commit 9e079c2) Co-authored-by: CBerJun <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
Closing as completed and backported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
It seems that the last line in the following production list intended to define the token
signed_number
but mistakenly put it inside the definition ofliteral_pattern
.cpython/Doc/reference/compound_stmts.rst
Lines 836 to 844 in 91b7f2e
The intended meaning might be:
Linked PRs
signed_number
token in documentation #123582signed_number
token in documentation (GH-123582) #123623signed_number
token in documentation (GH-123582) #123624The text was updated successfully, but these errors were encountered: