]> granicus.if.org Git - python/commitdiff
Issue #13747: fix documentation error about the default SSL version.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Jan 2012 20:35:11 +0000 (21:35 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Jan 2012 20:35:11 +0000 (21:35 +0100)
Doc/library/ssl.rst

index b38d06643d8efe4bb7e0bcfdf9f03212c8ea72e3..cdd3db8e2b0e10946d6a3522af08f9fcf5eacfd1 100644 (file)
@@ -108,9 +108,8 @@ instead.
    The parameter ``ssl_version`` specifies which version of the SSL protocol to
    use.  Typically, the server chooses a particular protocol version, and the
    client must adapt to the server's choice.  Most of the versions are not
-   interoperable with the other versions.  If not specified, for client-side
-   operation, the default SSL version is SSLv3; for server-side operation,
-   SSLv23.  These version selections provide the most compatibility with other
+   interoperable with the other versions.  If not specified, the default is
+   :data:`PROTOCOL_SSLv23`; it provides the most compatibility with other
    versions.
 
    Here's a table showing which versions in a client (down the side) can connect