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

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


https://github.com/python/cpython/commit/150b9bf3e9bddb825c60465194a4b2b51c32ab67
commit: 150b9bf3e9bddb825c60465194a4b2b51c32ab67
branch: 3.8
author: Andre Delfino <adelfino at gmail.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2020-12-10T06:19:51-08:00
summary:

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

files:
M Doc/library/logging.rst

diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 14e7190cbb0fe..5bbbd443a9887 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)
 



More information about the Python-checkins mailing list