mirror of
https://github.com/python/cpython.git
synced 2026-02-26 09:01:08 +00:00
[3.13] Add missing fullstop . to whatsnew/3.8.rst (GH-126553) (#126672)
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
(cherry picked from commit 82269c7d58)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
47748758e7
commit
90cf1af325
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue