]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix two versionchanged.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 10:57:44 +0000 (10:57 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 10:57:44 +0000 (10:57 +0000)
Doc/library/logging.rst
Doc/library/ssl.rst

index 69dc25e991fa6ef95535432f9bd980d1f3786726..d3d1d5f0cacada8c738de54f15640c70e7289d9d 100644 (file)
@@ -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.
index 2fa470db8f0420e5e6a5effb11d45e414188f03f..2a7d6eb32dcceb9b6f84d2a4beaa8524d2e85290 100644 (file)
@@ -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()