mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add a sentence to basicConfig() that is in the docstring.
This commit is contained in:
parent
5117409a53
commit
dfb5bbd44a
1 changed files with 2 additions and 0 deletions
|
|
@ -698,6 +698,8 @@ functions.
|
|||
:func:`error` and :func:`critical` will call :func:`basicConfig` automatically
|
||||
if no handlers are defined for the root logger.
|
||||
|
||||
This function does nothing if the root logger already has handlers configured.
|
||||
|
||||
.. versionchanged:: 2.4
|
||||
Formerly, :func:`basicConfig` did not take any keyword arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue