From: Vinay Sajip Date: Tue, 5 Aug 2014 09:34:16 +0000 (+0100) Subject: Issue #22130: Corrected fileConfig() documentation. X-Git-Tag: v3.4.2rc1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12d9ddf532ff5cb1115dababd4cd1b7275297582;p=thirdparty%2FPython%2Fcpython.git Issue #22130: Corrected fileConfig() documentation. --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 171b0a3ede13..180569b21083 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -105,7 +105,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in :param disable_existing_loggers: If specified as ``False``, loggers which exist when this call is made are left - alone. The default is ``True`` because this + enabled. The default is ``True`` because this enables old behaviour in a backward- compatible way. This behaviour is to disable any existing loggers unless they or