PEP news:
PEP 822 – Dedented Multiline String (d-string)
"The Python Steering Council has reviewed PEP 822. While we’re generally positive about the PEP, we think it would be best to defer this feature until Python 3.16, to give it more time to solidify."
See the rest:
https://discuss.python.org/t/pep-822-dedented-multiline-string-d-string/105519/130

PEP 822: Dedented Multiline String (d-string)
Hello @methane ! The Python Steering Council has reviewed PEP 822. While we’re generally positive about the PEP, we think it would be best to defer this feature until Python 3.16, to give it more time to solidify. The main feedback we have is that this feature is baking into the language specific formatting style and expectations, which would be very difficult to change if we get some of the corner cases wrong. We note that the discussions about this PEP still express different opinions and we...
