[Python-checkins] cpython (3.4): indicate correct version (closes #23608)

benjamin.peterson python-checkins at python.org
Sun Mar 8 14:42:48 CET 2015


https://hg.python.org/cpython/rev/8264652bce68
changeset:   94904:8264652bce68
branch:      3.4
parent:      94902:4ea40dc3d26d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Mar 08 09:42:25 2015 -0400
summary:
  indicate correct version (closes #23608)

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
@@ -535,7 +535,7 @@
    prefer trusted certificates when building the trust chain to validate a
    certificate. This flag is enabled by default.
 
-   .. versionadded:: 3.4.5
+   .. versionadded:: 3.4.4
 
 .. data:: PROTOCOL_SSLv23
 

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


More information about the Python-checkins mailing list