mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Mention in the module's doc string that other functions of the socket API
appear as methods on socket objects.
This commit is contained in:
parent
58295dedf7
commit
af484d5a0c
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"""\
|
"""\
|
||||||
This module provides socket operations and some related functions.
|
This module provides socket operations and some related functions.
|
||||||
On Unix, it supports IP (Internet Protocol) and Unix domain sockets.
|
On Unix, it supports IP (Internet Protocol) and Unix domain sockets.
|
||||||
On other systems, it only supports IP.
|
On other systems, it only supports IP. Functions specific for a
|
||||||
|
socket are available as methods of the socket object.
|
||||||
|
|
||||||
Functions:
|
Functions:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue