Added cookbook entry on alternative formatting styles.

This commit is contained in:
Vinay Sajip 2014-01-15 15:09:05 +00:00
parent 350e623623
commit cbefe3b9a0
3 changed files with 94 additions and 2 deletions

View file

@ -239,7 +239,7 @@ uses the old, %-style of string formatting. This is for backwards
compatibility: the logging package pre-dates newer formatting options such as
:meth:`str.format` and :class:`string.Template`. These newer formatting
options *are* supported, but exploring them is outside the scope of this
tutorial.
tutorial: see :ref:`formatting-styles` for more information.
Changing the format of displayed messages