From: Vinay Sajip Date: Tue, 29 Mar 2011 00:07:50 +0000 (+0100) Subject: Issue #11639: Configuration function documentation referred to logging.XXX rather... X-Git-Tag: v2.6.7~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af1fee06c96fe24729240498c00ea5fc3d9c5b22;p=thirdparty%2FPython%2Fcpython.git Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c95b8de7814b..6674dfa6fe52 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2545,6 +2545,8 @@ logging module using these functions or by making calls to the main API (defined in :mod:`logging` itself) and defining handlers which are declared either in :mod:`logging` or :mod:`logging.handlers`. +.. currentmodule:: logging.config + .. function:: fileConfig(fname[, defaults]) @@ -2578,6 +2580,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in :func:`listen`. +.. currentmodule:: logging + .. _logging-config-fileformat: Configuration file format