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 e6f0abf34a
commit 1a90f9c52f
1 changed files with 2 additions and 0 deletions

View 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