From: Andre Delfino Date: Thu, 10 Dec 2020 14:20:04 +0000 (-0300) Subject: [3.9] [doc] Link to issue regarding logging.disable level param default value GH... X-Git-Tag: v3.9.2rc1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1a3f9a9cbf5cf96ced5a2b16572cba7be964377;p=thirdparty%2FPython%2Fcpython.git [3.9] [doc] Link to issue regarding logging.disable level param default value GH-23732 (cherry picked from commit 2a35137328154aa2513649dcf0bbef02c998e27c) Co-authored-by: Andre Delfino --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 7267f812cc19..e63475d3b5a0 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1089,8 +1089,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)