mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
parent
4b79518f83
commit
fbc1c26803
41 changed files with 92 additions and 80 deletions
|
@ -160,7 +160,7 @@ is the module's name in the Python package namespace.
|
|||
is called to get the exception information.
|
||||
|
||||
The second optional keyword argument is *stack_info*, which defaults to
|
||||
False. If specified as True, stack information is added to the logging
|
||||
``False``. If true, stack information is added to the logging
|
||||
message, including the actual logging call. Note that this is not the same
|
||||
stack information as that displayed through specifying *exc_info*: The
|
||||
former is stack frames from the bottom of the stack up to the logging call
|
||||
|
@ -308,7 +308,7 @@ is the module's name in the Python package namespace.
|
|||
|
||||
Checks to see if this logger has any handlers configured. This is done by
|
||||
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
|
||||
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
|
||||
existence of handlers.
|
||||
|
@ -878,7 +878,7 @@ functions.
|
|||
is called to get the exception information.
|
||||
|
||||
The second optional keyword argument is *stack_info*, which defaults to
|
||||
False. If specified as True, stack information is added to the logging
|
||||
``False``. If true, stack information is added to the logging
|
||||
message, including the actual logging call. Note that this is not the same
|
||||
stack information as that displayed through specifying *exc_info*: The
|
||||
former is stack frames from the bottom of the stack up to the logging call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue