]> granicus.if.org Git - python/commitdiff
Patch #1466993: remove wrong comment in socket.py
authorGeorg Brandl <georg@python.org>
Sun, 9 Apr 2006 14:28:13 +0000 (14:28 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 9 Apr 2006 14:28:13 +0000 (14:28 +0000)
Lib/socket.py

index 73b477dccd9b8d30936230c57d3222a94e2e1953..32a92b4535452570a0218127cefc6fe91932c534 100644 (file)
@@ -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',