Skip to content

Commit 05c75a5

Browse files
committed
gh-136306: Add missing documentation for SSLSocket.group()
1 parent aecc96b commit 05c75a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/ssl.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,11 @@ SSL sockets also have the following additional methods and attributes:
12841284

12851285
.. versionadded:: 3.5
12861286

1287+
.. method:: SSLSocket.group()
1288+
1289+
Return the group used for doing key agreement on this connection. If no
1290+
connection has been established, returns ``None``.
1291+
12871292
.. method:: SSLSocket.compression()
12881293

12891294
Return the compression algorithm being used as a string, or ``None``

0 commit comments

Comments
 (0)