Issue 11008: docs updated to show versionadded for dictConfig.

This commit is contained in:
Vinay Sajip 2011-01-27 19:14:16 +00:00
parent 812a3a1162
commit 2e88104780
1 changed files with 2 additions and 0 deletions

View 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