[Python-checkins] cpython (merge 3.3 -> default): Closes #20509: Merged documentation update from 3.3.

vinay.sajip python-checkins at python.org
Tue Feb 4 17:42:34 CET 2014


http://hg.python.org/cpython/rev/7d0a4f89c6ce
changeset:   88961:7d0a4f89c6ce
parent:      88957:a2d877fb53f6
parent:      88960:f8318b069146
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Feb 04 16:42:04 2014 +0000
summary:
  Closes #20509: Merged documentation update from 3.3.

files:
  Doc/library/logging.config.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -80,7 +80,9 @@
 
 .. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True)
 
-   Reads the logging configuration from a :mod:`configparser`\-format file.
+   Reads the logging configuration from a :mod:`configparser`\-format file. The
+   format of the file should be as described in
+   :ref:`logging-config-fileformat`.
    This function can be called several times from an application, allowing an
    end user to select from various pre-canned configurations (if the developer
    provides a mechanism to present the choices and load the chosen

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list