[Python-checkins] [3.9] [doc] Link to issue regarding logging.disable level param default value GH-23732

orsenthil webhook-mailer at python.org
Thu Dec 10 09:20:22 EST 2020


https://github.com/python/cpython/commit/c1a3f9a9cbf5cf96ced5a2b16572cba7be964377
commit: c1a3f9a9cbf5cf96ced5a2b16572cba7be964377
branch: 3.9
author: Andre Delfino <adelfino at gmail.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2020-12-10T06:20:04-08:00
summary:

[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 <adelfino at gmail.com>

files:
M Doc/library/logging.rst

diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 7267f812cc192..e63475d3b5a02 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)
 



More information about the Python-checkins mailing list