summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fstring.py
Commit message (Collapse)AuthorAgeFilesLines
...
* f-strings: More tests for empty expressions along with missing closing braces.Eric V. Smith2015-09-231-0/+7
|
* Added more f-string test for empty expressions.Eric V. Smith2015-09-231-0/+3
|
* Move f-string compilation of the expression earlier, before the conversion ↵Eric V. Smith2015-09-231-0/+9
| | | | character and format_spec are checked. This allows for error messages that more closely match what a user would expect.
* Issue #24965: Implement PEP 498 "Literal String Interpolation". ↵Eric V. Smith2015-09-191-0/+715
Documentation is still needed, I'll open an issue for that.