cpython: bfa2a8d91859 (original) (raw)

Mercurial > cpython

changeset 69034:bfa2a8d91859 2.6

Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. [#11639]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Tue, 29 Mar 2011 01:07:50 +0100
parents b99c94261225
children f494339674e7 9eeda8e3a13f
files Doc/library/logging.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Doc/library/logging.rst 4

line wrap: on

line diff

--- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2545,6 +2545,8 @@ logging module using these functions or 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 h :func:listen. +.. currentmodule:: logging + .. _logging-config-fileformat: Configuration file format