]> git.ipfire.org Git - thirdparty/Python/cpython.git/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.rst

index 4beeec654a62ede31bc18e28765da8019606fcf9..aa3a6aa9fb6f61ce7d0ed7e2b351347d6ae0610e 100644 (file)
@@ -2924,6 +2924,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:: 2.7
+
 .. function:: fileConfig(fname[, defaults])
 
    Reads the logging configuration from a :mod:`ConfigParser`\-format file named