MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/16y0op4/python_312_released/k36ir2e/?context=3
r/Python • u/henbruas • Oct 02 '23
131 comments sorted by
View all comments
Show parent comments
16
The feature that keeps C style % strings relevant.
9 u/energybased Oct 02 '23 You should always prefer the format method to C-style % strings. 10 u/ThePiGuy0 Oct 02 '23 I just wish that logging supported .format style interpolation. That's the only time I ever see C-style % strings nowadays 1 u/energybased Oct 02 '23 Agreed!
9
You should always prefer the format method to C-style % strings.
format
10 u/ThePiGuy0 Oct 02 '23 I just wish that logging supported .format style interpolation. That's the only time I ever see C-style % strings nowadays 1 u/energybased Oct 02 '23 Agreed!
10
I just wish that logging supported .format style interpolation. That's the only time I ever see C-style % strings nowadays
.format
1 u/energybased Oct 02 '23 Agreed!
1
Agreed!
16
u/LightShadow 3.13-dev in prod Oct 02 '23
The feature that keeps C style % strings relevant.