mirror of https://github.com/python/cpython.git
Issue 11008: docs updated to show versionadded for dictConfig.
This commit is contained in:
parent
e6f0abf34a
commit
1a90f9c52f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue