mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Some nits.
This commit is contained in:
parent
b205d58d0d
commit
e1bc898216
2 changed files with 12 additions and 9 deletions
|
|
@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
|
|||
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
|
||||
---------------
|
||||
|
||||
|
|
@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
|
|||
same as ``type(socket(...))``.
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
Module :mod:`socketserver`
|
||||
Classes that simplify writing network servers.
|
||||
|
||||
|
||||
.. _socket-objects:
|
||||
|
||||
Socket Objects
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
:mod:`ssl` --- SSL wrapper for socket objects
|
||||
=============================================
|
||||
:mod:`ssl` --- TLS/SSL wrapper for socket objects
|
||||
=================================================
|
||||
|
||||
.. module:: ssl
|
||||
:synopsis: SSL wrapper for socket objects
|
||||
:synopsis: TLS/SSL wrapper for socket objects
|
||||
|
||||
.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
|
||||
.. sectionauthor:: Bill Janssen <bill.janssen@gmail.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue