]> granicus.if.org Git - python/commitdiff
Issue 11008: docs updated to show versionadded for dictConfig.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 27 Jan 2011 19:14:16 +0000 (19:14 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 27 Jan 2011 19:14:16 +0000 (19:14 +0000)
Doc/library/logging.config.rst

index 3a05439226afb4003cad851177dcf58f25e19eaf..143916fcc7a276edf2231d0d3637d7611d025592 100644 (file)
@@ -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