[Python-checkins] r88214 - in python/branches: py3k/Doc/library/logging.config.rst release27-maint/Doc/library/logging.rst
vinay.sajip
python-checkins at python.org
Thu Jan 27 20:14:16 CET 2011
Author: vinay.sajip
Date: Thu Jan 27 20:14:16 2011
New Revision: 88214
Log:
Issue 11008: docs updated to show versionadded for dictConfig.
Modified:
python/branches/py3k/Doc/library/logging.config.rst
python/branches/release27-maint/Doc/library/logging.rst
Modified: python/branches/py3k/Doc/library/logging.config.rst
==============================================================================
--- python/branches/py3k/Doc/library/logging.config.rst (original)
+++ python/branches/py3k/Doc/library/logging.config.rst Thu Jan 27 20:14:16 2011
@@ -72,6 +72,8 @@
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
Modified: python/branches/release27-maint/Doc/library/logging.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/logging.rst (original)
+++ python/branches/release27-maint/Doc/library/logging.rst Thu Jan 27 20:14:16 2011
@@ -2924,6 +2924,8 @@
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
More information about the Python-checkins
mailing list