mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
[3.12] Add missing fullstop . to whatsnew/3.8.rst (GH-126553) (#126673)
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
fb82e10ce4
commit
75d251bb04
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