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 -- https://mail.python.org/mailman/listinfo/python-list