]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] 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:50 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Jul 2021 19:30:50 +0000 (20:30 +0100)
(cherry picked from commit 50b72768ffe6413424dc4eba916dd1ff89a2fe7b)

Doc/library/logging.rst

index 70a703dde18a0335252a9f832aa731b057b447a7..05e67e87bbe8a7172f58a0d0c9162282a313b137 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
 -------------