diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-20 10:57:44 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-20 10:57:44 (GMT) |
commit | 4d5195bab5043b5e3ad96355fde1f10fecfb0a36 (patch) | |
tree | b4187837322e003498fb5eb7973150bca5d19cdb /Doc/library | |
parent | b8f7ea6ceb52c2f51f349ba1b761988b2cbc3ece (diff) | |
download | cpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.zip cpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.tar.gz cpython-4d5195bab5043b5e3ad96355fde1f10fecfb0a36.tar.bz2 |
Fix two versionchanged.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/logging.rst | 2 | ||||
-rw-r--r-- | 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 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. diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 2fa470d..2a7d6eb 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() |