bpo-18233: Update added in version to 3.10

This commit is contained in:
Chris Burr 2020-12-09 15:42:39 +01:00
parent 1f8dfd6461
commit dd39c49482
1 changed files with 2 additions and 2 deletions

View File

@ -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 this method returns a tuple with each element corresponding to the
DER-encoded form of the entire certificate as a sequence of bytes. DER-encoded form of the entire certificate as a sequence of bytes.
.. versionadded:: 3.9 .. versionadded:: 3.10
.. warning:: .. warning::
This is not a verified chain. See :meth:`ssl.SSLSocket.get_verified_chain`. 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 this method returns a tuple with each element corresponding to the
DER-encoded form of the entire certificate as a sequence of bytes. DER-encoded form of the entire certificate as a sequence of bytes.
.. versionadded:: 3.9 .. versionadded:: 3.10
.. note:: .. note::
This features requires OpenSSL 1.1.0 or newer. This features requires OpenSSL 1.1.0 or newer.