]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43184: Add information about added attribute and method. (GH-27347)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 25 Jul 2021 16:36:30 +0000 (17:36 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jul 2021 16:36:30 +0000 (17:36 +0100)
Doc/library/logging.rst

index 313cff4ff9658f72191449b766670b99ceb819da..9b35d4daef57795cd541dd3a0eaa7448e1b5ee3a 100644 (file)
@@ -900,6 +900,10 @@ interchangeably.
    :meth:`~Logger.setLevel` and :meth:`~Logger.hasHandlers` methods were added
    to :class:`LoggerAdapter`.  These methods delegate to the underlying logger.
 
+.. versionchanged:: 3.6
+   Attribute :attr:`manager` and method :meth:`_log` were added, which
+   delegate to the underlying logger and allow adapters to be nested.
+
 
 Thread Safety
 -------------