From af484d5a0cee122f0355bcd33f8bb5c0b6d50657 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 30 Sep 2000 11:34:30 +0000 Subject: [PATCH] Mention in the module's doc string that other functions of the socket API appear as methods on socket objects. --- Lib/socket.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/socket.py b/Lib/socket.py index 7658c0735d..10227aa3f7 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -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: -- 2.50.1