mirror of https://github.com/python/cpython
bpo-43184: Add information about added attribute and method. (GH-27347)
This commit is contained in:
parent
0a8ae8a50a
commit
50b72768ff
|
@ -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
|
||||
-------------
|
||||
|
|
Loading…
Reference in New Issue