summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-20 10:57:44 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-20 10:57:44 (GMT)
commit4d5195bab5043b5e3ad96355fde1f10fecfb0a36 (patch)
treeb4187837322e003498fb5eb7973150bca5d19cdb /Doc/library/logging.rst
parentb8f7ea6ceb52c2f51f349ba1b761988b2cbc3ece (diff)
downloadcpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.zip
cpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.tar.gz
cpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.tar.bz2
Fix two versionchanged.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 69dc25e..d3d1d5f 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -2497,7 +2497,7 @@ methods of :class:`Logger`, i.e. :meth:`debug`, :meth:`info`, :meth:`warning`,
methods have the same signatures as their counterparts in :class:`Logger`, so
you can use the two types of instances interchangeably.
-.. versionchanged:: 2.7
+.. versionchanged:: 3.2
The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. This method
delegates to the underlying logger.