Fix doc build warning

This commit is contained in:
Zachary Ware 2014-06-11 15:02:25 -05:00
parent 012a83ab26
commit ba9fb0d83f
1 changed files with 3 additions and 1 deletions

View File

@ -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