From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:05:15 +0000 (+0100) Subject: [3.13] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) (#126672) X-Git-Tag: v3.13.1~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90cf1af3255e8ada4ec8dbad63ed78fcdce61a73;p=thirdparty%2FPython%2Fcpython.git [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 82269c7d580e1aad71ff11fe891cf7f97eb45703) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index d0e60bc280a2..1ff0c5a6b36a 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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.