-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Docs: incorrect error message #116563
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
docs
Documentation in the Doc dir
Comments
The change happened with the new parser in 3.10. I will change the example and change the text to 'one or more'. The rest is still the same for me also. Thank you for linking to spot of the foul. |
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Mar 10, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix a sentence about possible causes.
terryjreedy
added a commit
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
This was referenced Mar 11, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Mar 11, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes. (cherry picked from commit 3e45030) Co-authored-by: Terry Jan Reedy <[email protected]>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes.
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
There now may be multiple carets pointing at a token rather than just a character. Fix the sentence about possible causes.
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
Part 8 of the Python tutorial contains the following example:
As tested on Python 3.12 and 3.13, the actual error highlight would be:
hence the following description might be inaccurate as well:
I guess that @pablogsal as an expert in a Python error messages might provide more data on current error handling :)
Linked PRs
The text was updated successfully, but these errors were encountered: