[Python-checkins] r80259 - in python/branches/py3k/Doc/library: logging.rst ssl.rst

ezio.melotti python-checkins at python.org
Tue Apr 20 12:57:44 CEST 2010


Author: ezio.melotti
Date: Tue Apr 20 12:57:44 2010
New Revision: 80259

Log:
Fix two versionchanged.

Modified:
   python/branches/py3k/Doc/library/logging.rst
   python/branches/py3k/Doc/library/ssl.rst

Modified: python/branches/py3k/Doc/library/logging.rst
==============================================================================
--- python/branches/py3k/Doc/library/logging.rst	(original)
+++ python/branches/py3k/Doc/library/logging.rst	Tue Apr 20 12:57:44 2010
@@ -2497,7 +2497,7 @@
 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.

Modified: python/branches/py3k/Doc/library/ssl.rst
==============================================================================
--- python/branches/py3k/Doc/library/ssl.rst	(original)
+++ python/branches/py3k/Doc/library/ssl.rst	Tue Apr 20 12:57:44 2010
@@ -141,7 +141,7 @@
    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()


More information about the Python-checkins mailing list