From: Vinay Sajip Date: Thu, 27 Jan 2011 19:14:16 +0000 (+0000) Subject: Issue 11008: docs updated to show versionadded for dictConfig. X-Git-Tag: v3.2rc2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a90f9c52fbf3ec0318c4c9defafe8403f6146b9;p=python Issue 11008: docs updated to show versionadded for dictConfig. --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 3a05439226..143916fcc7 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