- 
                Notifications
    
You must be signed in to change notification settings  - Fork 74
 
Open
Labels
committedIssue fixed in repository but not in releaseIssue fixed in repository but not in releasepythonCaused by the Python lexerCaused by the Python lexer
Description
https://peps.python.org/pep-0750/
https://discuss.python.org/t/pep750-template-strings-new-updates/71594
A simple implementation is just treated it as PEP 701 f-string (issue #150) with new prefixes (t, tr, rt, case insensitive).
https://peps.python.org/pep-0750/#relationship-with-other-peps
Python introduced f-strings in Python 3.6 with PEP 498. The grammar was then formalized in PEP 701 which also lifted some restrictions. This PEP is based on PEP 701.
cc @jpe
Metadata
Metadata
Assignees
Labels
committedIssue fixed in repository but not in releaseIssue fixed in repository but not in releasepythonCaused by the Python lexerCaused by the Python lexer