summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-03-29 00:15:37 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-03-29 00:15:37 (GMT)
commitf851fe9fc5a6815582281931d9a02a497b0b11d6 (patch)
tree67dab67b533c07c65503d475c13acd0b82b32051 /Doc/library
parent77d466079a53830e5358c5ee5fe1dd4cda40164c (diff)
parentaf1fee06c96fe24729240498c00ea5fc3d9c5b22 (diff)
downloadcpython-f851fe9fc5a6815582281931d9a02a497b0b11d6.zip
cpython-f851fe9fc5a6815582281931d9a02a497b0b11d6.tar.gz
cpython-f851fe9fc5a6815582281931d9a02a497b0b11d6.tar.bz2
Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/logging.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 17a761a..6b6c7ea 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -2880,8 +2880,13 @@ 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`.
+<<<<<<< local
.. function:: dictConfig(config)
+=======
+.. currentmodule:: logging.config
+>>>>>>> other
+<<<<<<< local
Takes the logging configuration from a dictionary. The contents of
this dictionary are described in :ref:`logging-config-dictschema`
below.
@@ -2923,6 +2928,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in
in the default, uncustomized state.
.. versionadded:: 2.7
+=======
+>>>>>>> other
.. function:: fileConfig(fname[, defaults])
@@ -2955,8 +2962,13 @@ in :mod:`logging` itself) and defining handlers which are declared either in
:func:`listen`.
+<<<<<<< local
.. _logging-config-dictschema:
+=======
+.. currentmodule:: logging
+>>>>>>> other
+<<<<<<< local
Configuration dictionary schema
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -3351,6 +3363,8 @@ the system will attempt to retrieve the value from
to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
fails.
+=======
+>>>>>>> other
.. _logging-config-fileformat:
Configuration file format