From 4d5195bab5043b5e3ad96355fde1f10fecfb0a36 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 20 Apr 2010 10:57:44 +0000 Subject: [PATCH] Fix two versionchanged. --- Doc/library/logging.rst | 2 +- Doc/library/ssl.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 69dc25e991..d3d1d5f0ca 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. diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 2fa470db8f..2a7d6eb32d 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -141,7 +141,7 @@ Functions, Constants, and Exceptions normal EOF in response to unexpected EOF errors raised from the underlying socket; if :const:`False`, it will raise the exceptions back to the caller. - .. versionchanged:: 2.7 + .. versionchanged:: 3.2 New optional argument *ciphers*. .. function:: RAND_status() -- 2.50.1