commit | 4d5195bab5043b5e3ad96355fde1f10fecfb0a36 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 20 10:57:44 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 20 10:57:44 2010 +0000 |
tree | b4187837322e003498fb5eb7973150bca5d19cdb | |
parent | b8f7ea6ceb52c2f51f349ba1b761988b2cbc3ece [diff] [blame] |
Fix two versionchanged.
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 @@ 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()