diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-01-27 19:14:16 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-01-27 19:14:16 (GMT) |
commit | 2e8810478073a52047ff6590b4d3747a009d9d9f (patch) | |
tree | 4d36e235cd22c8bb772d60eb2ee9025fe1e4cad0 /Doc/library | |
parent | 812a3a116206e1b567379433605af42c664753a8 (diff) | |
download | cpython-2e8810478073a52047ff6590b4d3747a009d9d9f.zip cpython-2e8810478073a52047ff6590b4d3747a009d9d9f.tar.gz cpython-2e8810478073a52047ff6590b4d3747a009d9d9f.tar.bz2 |
Issue 11008: docs updated to show versionadded for dictConfig.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 4beeec6..aa3a6aa 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 |