]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #1466993: remove wrong comment in socket.py
authorGeorg Brandl <georg@python.org>
Sun, 9 Apr 2006 14:28:16 +0000 (14:28 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 9 Apr 2006 14:28:16 +0000 (14:28 +0000)
 (backport from rev. 43746)

Lib/socket.py

index 5fd51f441d34f22a11d8107e396554b3f9b06806..fc33665743cd5b3c2107ef924e79dd11e0537082 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',