gettext: python-format

1 
1 15.3.4 Python Format Strings
1 ----------------------------
1 
1    There are two kinds of format strings in Python: those acceptable to
1 the Python built-in format operator ‘%’, labelled as ‘python-format’,
1 and those acceptable to the ‘format’ method of the ‘str’ object.
1 
1    Python ‘%’ format strings are described in Python Library reference /
1 5. Built-in Types / 5.6. Sequence Types /
1 5.6.2. String Formatting Operations.
1 <http://docs.python.org/2/library/stdtypes.html#string-formatting-operations>.
1 
1    Python brace format strings are described in
1 PEP 3101 – Advanced String Formatting,
1 <http://www.python.org/dev/peps/pep-3101/>.
1