mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merged documentation update from 3.3.
This commit is contained in:
commit
3763f2bc07
3 changed files with 94 additions and 2 deletions
|
@ -500,7 +500,8 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on
|
|||
|
||||
The *style* parameter can be one of '%', '{' or '$' and determines how
|
||||
the format string will be merged with its data: using one of %-formatting,
|
||||
:meth:`str.format` or :class:`string.Template`.
|
||||
:meth:`str.format` or :class:`string.Template`. See :ref:`formatting-styles`
|
||||
for more information on using {- and $-formatting for log messages.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
The *style* parameter was added.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue