commit | 67dfa6f2a508c325715625fe442f2ce20270a8b3 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jun 06 21:42:31 2021 -0400 |
committer | GitHub <noreply@github.com> | Sun Jun 06 21:42:31 2021 -0400 |
tree | b3f30c44f993a8f66790b5f2945105f2481850ce | |
parent | 0d12f245523178eb62e22f5da5a276bfc7004ac4 [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.