Python 3.14 will introduce a new feature called t-strings, which are similar to f-strings but provide a safer and more flexible way of processing strings. T-strings result in a Template object that allows access to the parts of the string, making it possible to write code that processes strings in a more secure way. This feature is expected to be useful for libraries and frameworks that deal with user input, such as SQL queries and HTML templating. T-strings will be available in Python 3.14, scheduled for release in October 2025.