bpo-43184: Add information about added attribute and method. (GH-27347)

This commit is contained in:
Vinay Sajip 2021-07-25 17:36:30 +01:00 committed by GitHub
parent 0a8ae8a50a
commit 50b72768ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View 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
-------------