| commit | 2af690fdb26d0312de056b54ddb113d3c44dee8c | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jun 06 19:09:34 2021 -0700 |
| committer | GitHub <noreply@github.com> | Sun Jun 06 22:09:34 2021 -0400 |
| tree | 977c3d122c5f2a4d86a7c1a9e842118a10204cc2 | |
| parent | b5cedd098043dc58ecf9c2f33774cd7646506a92 [diff] |
bpo-44322: Document more SyntaxError details. (GH-26562) 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 67dfa6f2a508c325715625fe442f2ce20270a8b3) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>