From: Rafael Fontenelle Date: Mon, 11 Nov 2024 06:59:23 +0000 (-0300) Subject: Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) X-Git-Tag: v3.14.0a2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82269c7d580e1aad71ff11fe891cf7f97eb45703;p=thirdparty%2FPython%2Fcpython.git Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index fc9f49e65af8..bdc4ca5cab52 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.