summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-01-27 19:14:16 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-01-27 19:14:16 (GMT)
commit1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (patch)
tree6f93d1f29d1f2809b4c4c9afd4b279b32095565c
parente6f0abf34ae80a5b25543f18c4a73dfae85f1b4d (diff)
downloadcpython-1a90f9c52fbf3ec0318c4c9defafe8403f6146b9.zip
cpython-1a90f9c52fbf3ec0318c4c9defafe8403f6146b9.tar.gz
cpython-1a90f9c52fbf3ec0318c4c9defafe8403f6146b9.tar.bz2
Issue 11008: docs updated to show versionadded for dictConfig.
-rw-r--r--Doc/library/logging.config.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 3a05439..143916f 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -72,6 +72,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in
this new subclass, and then :func:`dictConfig` could be called exactly as
in the default, uncustomized state.
+ .. versionadded:: 3.2
+
.. function:: fileConfig(fname[, defaults])
Reads the logging configuration from a :mod:`configparser`\-format file named