Eric V. Smith
|
b2080f6554
|
f-strings: More tests for empty expressions along with missing closing braces.
|
2015-09-23 10:24:43 -04:00 |
Eric V. Smith
|
548c4d3178
|
Added more f-string test for empty expressions.
|
2015-09-23 08:00:01 -04:00 |
Eric V. Smith
|
1d44c41b0c
|
Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect.
|
2015-09-23 07:49:00 -04:00 |
Eric V. Smith
|
235a6f0984
|
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
|
2015-09-19 14:51:32 -04:00 |