mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
(cherry picked from commit 50b72768ff
)
This commit is contained in:
parent
0aea99e444
commit
59058a65a2
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