We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bac0e commit 6b6acdaCopy full SHA for 6b6acda
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-07-08-23-22-08.gh-issue-132661.34ftJl.rst
@@ -1,4 +1,5 @@
1
Reflect recent :pep:`750` change.
2
3
-Disallow concatenation of :class:`string.Template` and :class:`str`. Also, disallow implicit
4
-concatenation of t-string literals with string or f-string literals.
+Disallow concatenation of ``string.templatelib.Template`` and :class:`str`.
+Also, disallow implicit concatenation of t-string literals with string or
5
+f-string literals.
0 commit comments