From ba9fb0d83f1d6644bcabde250dbf663078945d92 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 11 Jun 2014 15:02:25 -0500 Subject: [PATCH] Fix doc build warning --- Doc/library/ssl.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 6eb47e30e2..75b5d28e9e 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -791,7 +791,9 @@ SSL sockets provide the following methods of :ref:`socket-objects`: the same limitation) - :meth:`~socket.socket.sendfile()` (but :mod:`os.sendfile` will be used for plain-text sockets only, else :meth:`~socket.socket.send()` will be used) - .. versionadded:: 3.5 + + .. versionadded:: 3.5 + - :meth:`~socket.socket.shutdown()` However, since the SSL (and TLS) protocol has its own framing atop -- 2.50.1