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: v2.7.2rc1~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e8810478073a52047ff6590b4d3747a009d9d9f;p=thirdparty%2FPython%2Fcpython.git Issue 11008: docs updated to show versionadded for dictConfig. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 4beeec654a62..aa3a6aa9fb6f 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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