]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-43184: Add information about added attribute and method. (GH-27347) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jul 2021 19:30:11 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Jul 2021 19:30:11 +0000 (20:30 +0100)
(cherry picked from commit 50b72768ffe6413424dc4eba916dd1ff89a2fe7b)

Doc/library/logging.rst

index a7f815e9983e8df74920e6cc4cf49ee553a91d11..6233a2a6746120028cb2e04e61defa5ebe9c6c89 100644 (file)
@@ -893,6 +893,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
 -------------