commit | cb0dc52d37a5cc561ad39bc034afe7db9c461768 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 27 12:43:49 2020 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 27 12:43:49 2020 -0700 |
tree | 30d1567517db082f620e6ef2b03738e7e4825ff4 | |
parent | 5193d0a665eb0944faae9fb20e2062cea0dc02e7 [diff] |
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) Prefix the error message with `fstring: `, when parsing an f-string expression throws a `SyntaxError`. (cherry picked from commit 2e0a920e9eb540654c0bb2298143b00637dc5961) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>