From: Georg Brandl Date: Sun, 9 Apr 2006 14:28:16 +0000 (+0000) Subject: Patch #1466993: remove wrong comment in socket.py X-Git-Tag: v2.4.4c1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9129b47b649954107eb41d43b755eac5210e458;p=thirdparty%2FPython%2Fcpython.git Patch #1466993: remove wrong comment in socket.py (backport from rev. 43746) --- diff --git a/Lib/socket.py b/Lib/socket.py index 5fd51f441d34..fc33665743cd 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -121,14 +121,6 @@ def getfqdn(name=''): return name -# -# These classes are used by the socket() defined on Windows and BeOS -# platforms to provide a best-effort implementation of the cleanup -# semantics needed when sockets can't be dup()ed. -# -# These are not actually used on other platforms. -# - _socketmethods = ( 'bind', 'connect', 'connect_ex', 'fileno', 'listen', 'getpeername', 'getsockname', 'getsockopt', 'setsockopt',