[Python-checkins] cpython (2.7): Fixed the versionadded in the docs for the backport in 16c86a6bdbe2

alex.gaynor python-checkins at python.org
Thu Sep 4 22:37:18 CEST 2014


http://hg.python.org/cpython/rev/390e910b2f96
changeset:   92339:390e910b2f96
branch:      2.7
user:        Alex Gaynor <alex.gaynor at gmail.com>
date:        Thu Sep 04 13:37:07 2014 -0700
summary:
  Fixed the versionadded in the docs for the backport in 16c86a6bdbe2

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -890,7 +890,7 @@
    ``"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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list