https://github.com/python/cpython/commit/90cf1af3255e8ada4ec8dbad63ed78fcdce61a73 commit: 90cf1af3255e8ada4ec8dbad63ed78fcdce61a73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2024-11-11T07:05:15Z summary:
[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 <[email protected]> files: M Doc/whatsnew/3.8.rst diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index d0e60bc280a217..1ff0c5a6b36a66 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
