From: Alex Gaynor Date: Thu, 4 Sep 2014 20:37:07 +0000 (-0700) Subject: Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 X-Git-Tag: v2.7.9rc1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=162126d567fee38861a58201c0baf0a304a1ef2a;p=thirdparty%2FPython%2Fcpython.git Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f09a195ac115..9d0348e52ec8 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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