Staging
v0.8.1
Revision 791a46ed58f74d673cf2c0d81deec57155bf7583 authored by Lysandros Nikolaou on 26 May 2020, 01:24:31 UTC, committed by GitHub on 26 May 2020, 01:24:31 UTC
When a `SyntaxError` in the expression part of a fstring is found,
the filename attribute of the `SyntaxError` is always `<fstring>`.
With this commit, it gets changed to always have the name of the file
the fstring resides in.

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>.
(cherry picked from commit f7b1e461567e5e3fa3ba46f589d9edc1b45b2dd0)
1 parent 6cb0ad2
History
File Mode Size
__init__.py -rw-r--r-- 38 bytes
client.py -rw-r--r-- 48.1 KB
server.py -rw-r--r-- 35.8 KB

back to top