mirror of https://github.com/python/cpython
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
This commit is contained in:
parent
25257d61cf
commit
82269c7d58
|
@ -936,7 +936,7 @@ Add option ``--json-lines`` to parse every input line as a separate JSON object.
|
|||
logging
|
||||
-------
|
||||
|
||||
Added a *force* keyword argument to :func:`logging.basicConfig`
|
||||
Added a *force* keyword argument to :func:`logging.basicConfig`.
|
||||
When set to true, any existing handlers attached
|
||||
to the root logger are removed and closed before carrying out the
|
||||
configuration specified by the other arguments.
|
||||
|
|
Loading…
Reference in New Issue