The Case Against Python 3

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Nov 25 17:17:52 EST 2016


Chris Angelico wrote:
> but brace-formatting lets you reorder the parameters, so it has
> flexibility that can be important for i18n.

Actually, Python's version of %-formatting lets you reorder
the parameters as well. The brace syntax for this is easier
to read and write, though, so probably better for i18n files.

-- 
Greg



More information about the Python-list mailing list