Add a sentence to basicConfig() that is in the docstring.

This commit is contained in:
Georg Brandl 2008-05-09 06:18:27 +00:00
parent 5117409a53
commit dfb5bbd44a
1 changed files with 2 additions and 0 deletions

View File

@ -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.