Commit e1bc8982 authored by Antoine Pitrou's avatar Antoine Pitrou

Some nits.

parent b205d58d
...@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length ...@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
is implicit on send operations. is implicit on send operations.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
Module :mod:`ssl`
A TLS/SSL wrapper for socket objects.
Socket families Socket families
--------------- ---------------
...@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions: ...@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
same as ``type(socket(...))``. same as ``type(socket(...))``.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
.. _socket-objects: .. _socket-objects:
Socket Objects Socket Objects
......
:mod:`ssl` --- SSL wrapper for socket objects :mod:`ssl` --- TLS/SSL wrapper for socket objects
============================================= =================================================
.. module:: ssl .. module:: ssl
:synopsis: SSL wrapper for socket objects :synopsis: TLS/SSL wrapper for socket objects
.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com> .. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
.. sectionauthor:: Bill Janssen <bill.janssen@gmail.com> .. sectionauthor:: Bill Janssen <bill.janssen@gmail.com>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment