From af1fee06c96fe24729240498c00ea5fc3d9c5b22 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 29 Mar 2011 01:07:50 +0100 Subject: Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. --- Doc/library/logging.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c95b8de..6674dfa 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 -- cgit v0.12