[issue24965] Implement PEP 498: Literal String Formatting

Eric V. Smith report at bugs.python.org
Sat Sep 12 23:25:55 CEST 2015


Eric V. Smith added the comment:

Agreed on checking the error messages better. Especially since even the simplest of errors (like leaving out a quote) results in a syntax error in parsing the string, not parsing inside the f-string.

I'll look at it eventually.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24965>
_______________________________________


More information about the Python-bugs-list mailing list