Template strings accepted for Python 3.14
The Python Steering Councilaccepted PEP 750("Template Strings") on April 10. LWNcovered the discussion around the proposal, including thesubstantial revisions to the idea that were needed for itto be accepted. Template strings (t-strings) are a new kind of string that producesstructured data instead of a raw string, allowing library authors to build their own customtemplate-handling logic.Since the approval happened before the cutoff for new features (May 6),support for template strings will be included in Python 3.14, scheduled for October 2025.