News

The CPython interpreter in Python 3.14 can use a feature in C code that uses tail calls between functions. When compiled with a C compiler that supports these features, CPython runs slightly faster.
Python 3.14 has a new feature called the template string, or t-string, type. ... One big advantage to using t-strings: You can pass the t-string to different processing functions.