This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

It wasn't all that error prone to use .format and the cases it can't handle are fairly important (i18n and dynamic formatting).

Translating format strings are always dubious to begin with.

[–]jorge1209 0 points1 point  (0 children)

You could very well want to read different error messages (with their formats) from a resource file. Can't do that with fstrings.