]> granicus.if.org Git - python/commitdiff
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
authorAlex Gaynor <alex.gaynor@gmail.com>
Thu, 4 Sep 2014 20:37:07 +0000 (13:37 -0700)
committerAlex Gaynor <alex.gaynor@gmail.com>
Thu, 4 Sep 2014 20:37:07 +0000 (13:37 -0700)
Doc/library/ssl.rst

index f09a195ac115da2832e17a31e003c80b37f87c08..9d0348e52ec8776329cbf05e1ee6effc92c70a00 100644 (file)
@@ -890,7 +890,7 @@ SSL sockets also have the following additional methods and attributes:
    ``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
    Recent OpenSSL versions may define more return values.
 
-   .. versionadded:: 3.5
+   .. versionadded:: 2.7.9
 
 .. attribute:: SSLSocket.context