|
|
|
|
|
by bagels
1517 days ago
|
|
Backwards compatibility for one. Code existed before fstrings that may use curly braces, and you can currently use curly braces in non fstrings without escaping them. Might also be a performance penalty for always having to run the fstring parser. |
|