How is this advantageous over str.format?
How is this advantageous over str.format?
Posted Jan 27, 2025 6:49 UTC (Mon) by rsidd (subscriber, #2582)In reply to: How is this advantageous over str.format? by Cyberax
Parent article: A revamped Python string-formatting proposal
For the case of code, just working support for the PRE tag would be an improvement. > and < are generally permitted within PRE tags and verbatim code with unescaped symbols is allowed there. LWN supports PRE tags but doesn't allow these unescaped symbols.