From dd39c49482832ced5e56c1d1bce27e819d7c290a Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 9 Dec 2020 15:42:39 +0100 Subject: [PATCH] bpo-18233: Update added in version to 3.10 --- Doc/library/ssl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 46e12496ddb..4ad63bed501 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1271,7 +1271,7 @@ SSL sockets also have the following additional methods and attributes: this method returns a tuple with each element corresponding to the DER-encoded form of the entire certificate as a sequence of bytes. - .. versionadded:: 3.9 + .. versionadded:: 3.10 .. warning:: This is not a verified chain. See :meth:`ssl.SSLSocket.get_verified_chain`. @@ -1288,7 +1288,7 @@ SSL sockets also have the following additional methods and attributes: this method returns a tuple with each element corresponding to the DER-encoded form of the entire certificate as a sequence of bytes. - .. versionadded:: 3.9 + .. versionadded:: 3.10 .. note:: This features requires OpenSSL 1.1.0 or newer.