I love the new PEP, but feel like the lack of concatenation is a mistake, especially the explicit concatenation.
I means that you can’t effectively break a single t-string into multiple lines.
You could always move it to a multi-line string, but that’s not the same as it includes newline characters, and also because it breaks how people are used to operating on strings.
What was the thought behind why templates can’t support concatenation?