mirror of
https://github.com/python/cpython.git
synced 2026-04-24 04:41:11 +00:00
[3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156)
(cherry picked from commit 2800dcf656)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This commit is contained in:
parent
e019f98dc2
commit
75f2eb5eca
2 changed files with 5 additions and 5 deletions
|
|
@ -1170,14 +1170,13 @@ functions.
|
|||
+--------------+---------------------------------------------+
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
The ``style`` argument was added.
|
||||
The *style* argument was added.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
The ``handlers`` argument was added. Additional checks were added to
|
||||
The *handlers* argument was added. Additional checks were added to
|
||||
catch situations where incompatible arguments are specified (e.g.
|
||||
``handlers`` together with ``stream`` or ``filename``, or ``stream``
|
||||
together with ``filename``).
|
||||
|
||||
*handlers* together with *stream* or *filename*, or *stream*
|
||||
together with *filename*).
|
||||
|
||||
.. function:: shutdown()
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fix wrongly written basicConfig documentation markup syntax
|
||||
Loading…
Add table
Add a link
Reference in a new issue