mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19795: Improved more markups of True/False.
This commit is contained in:
parent
1883542eb9
commit
4adf01caae
14 changed files with 23 additions and 23 deletions
|
@ -318,7 +318,7 @@ is the module's name in the Python package namespace.
|
|||
looking for handlers in this logger and its parents in the logger hierarchy.
|
||||
Returns ``True`` if a handler was found, else ``False``. The method stops searching
|
||||
up the hierarchy whenever a logger with the 'propagate' attribute set to
|
||||
False is found - that will be the last logger which is checked for the
|
||||
false is found - that will be the last logger which is checked for the
|
||||
existence of handlers.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue