Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af484d5

Browse files
committed
Mention in the module's doc string that other functions of the socket API
appear as methods on socket objects.
1 parent 58295de commit af484d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/socket.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"""\
55
This module provides socket operations and some related functions.
66
On Unix, it supports IP (Internet Protocol) and Unix domain sockets.
7-
On other systems, it only supports IP.
7+
On other systems, it only supports IP. Functions specific for a
8+
socket are available as methods of the socket object.
89
910
Functions:
1011

0 commit comments

Comments
 (0)