]> granicus.if.org Git - python/commitdiff
Mention in the module's doc string that other functions of the socket API
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 30 Sep 2000 11:34:30 +0000 (11:34 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 30 Sep 2000 11:34:30 +0000 (11:34 +0000)
appear as methods on socket objects.

Lib/socket.py

index 7658c0735d07da8a8ba62bd887a38ec440351022..10227aa3f705c76daf5727d5cdc4820a2a4690b5 100644 (file)
@@ -4,7 +4,8 @@
 """\
 This module provides socket operations and some related functions.
 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: