mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added cookbook entry on alternative formatting styles.
This commit is contained in:
parent
350e623623
commit
cbefe3b9a0
3 changed files with 94 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue