/Dave Peck

Python's New T-Strings tl;dr: Python 3.14 will introduce t-strings, a safer alternative to f-strings when handling user input. Unlike f-strings which immediately become strings, t-strings create Template objects that must be processed before use preventing security issues and enabling flexible string processing.

featured in #610