mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-43184: Add information about added attribute and method. (GH-27347)
This commit is contained in:
parent
0a8ae8a50a
commit
50b72768ff
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue