Python 3.14 brought us t-strings... will Python 3.15 add d-strings? While I'm wary of having so many prefixes (anyone want a `rtfd`string?), I can see myself using these a *lot*. 

Python Enhancement Proposals (PEPs)
PEP 822 – Dedented Multiline String (d-string) | peps.python.org
This PEP proposes to add a feature that automatically removes indentation from multiline string literals.