]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #11639: Configuration function documentation referred to logging.XXX rather...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 29 Mar 2011 00:07:50 +0000 (01:07 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 29 Mar 2011 00:07:50 +0000 (01:07 +0100)
Doc/library/logging.rst

index c95b8de7814b9d99cc13f1711402a4ef1621f36d..6674dfa6fe526a0eed9c9359204d1804d08a6ab1 100644 (file)
@@ -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