Skip to content

[3.9] bpo-44322: Document more SyntaxError details. (GH-26562) #26570

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

Merged
merged 2 commits into from
Jun 7, 2021

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Jun 7, 2021

SyntaxError args have a tuple of other attributes.
Attributes are adjusted for errors in f-string field expressions.
Compile() can raise SyntaxErrors.
(cherry picked from commit 67dfa6f)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

https://bugs.python.org/issue44322

1. SyntaxError args have a tuple of other attributes.
2. Attributes are adjusted for errors in f-string field expressions.
3. Compile() can raise SyntaxErrors.

(cherry picked from commit 67dfa6f)
1. SyntaxError args have a tuple of other attributes.
2. Attributes are adjusted for errors in f-string field expressions.
3. Compile() can raise SyntaxErrors..
(cherry picked from commit 67dfa6f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@terryjreedy terryjreedy self-assigned this Jun 7, 2021
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Jun 7, 2021
@terryjreedy terryjreedy merged commit d5f8bd6 into python:3.9 Jun 7, 2021
@terryjreedy terryjreedy deleted the backport-67dfa6f-3.9 branch June 7, 2021 02:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants