From: Andre Delfino Date: Thu, 10 Dec 2020 14:19:51 +0000 (-0300) Subject: [3.8] [doc] Link to issue regarding logging.disable level param default value GH... X-Git-Tag: v3.8.7~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=150b9bf3e9bddb825c60465194a4b2b51c32ab67;p=thirdparty%2FPython%2Fcpython.git [3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731 (cherry picked from commit 2a35137328154aa2513649dcf0bbef02c998e27c) Co-authored-by: Andre Delfino --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 14e7190cbb0f..5bbbd443a988 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1083,8 +1083,8 @@ functions. suitable value. .. versionchanged:: 3.7 - The *level* parameter was defaulted to level ``CRITICAL``. See Issue - #28524 for more information about this change. + The *level* parameter was defaulted to level ``CRITICAL``. See + :issue:`28524` for more information about this change. .. function:: addLevelName(level, levelName)