Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2800dcf6
Commit
2800dcf6
authored
Jul 07, 2018
by
Dong-hee Na
Committed by
Serhiy Storchaka
Jul 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
parent
4629c0d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Doc/library/logging.rst
Doc/library/logging.rst
+7
-8
Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst
...xt/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst
+1
-0
No files found.
Doc/library/logging.rst
View file @
2800dcf6
...
...
@@ -1186,25 +1186,24 @@ functions.
| | with *filename* or *stream* - if both |
| | are present, a ``ValueError`` is raised. |
+--------------+---------------------------------------------+
|
``force``
| If this keyword argument is specified as |
|
*force*
| If this keyword argument is specified as |
| | true, any existing handlers attached to the |
| | root logger are removed and closed, before |
| | carrying out the configuration as specified |
| | by the other arguments. |
+--------------+---------------------------------------------+
.. versionchanged:: 3.8
The ``force`` argument was added.
.. 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*
).
.. versionchanged:: 3.8
The *force* argument was added.
.. function:: shutdown()
...
...
Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst
0 → 100644
View file @
2800dcf6
Fix wrongly written basicConfig documentation markup syntax
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment