Patch #1466993: remove wrong comment in socket.py

This commit is contained in:
Georg Brandl 2006-04-09 14:28:13 +00:00
parent ce4a9c9019
commit a50794b620

View file

@ -121,14 +121,6 @@ def getfqdn(name=''):
return 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 = ( _socketmethods = (
'bind', 'connect', 'connect_ex', 'fileno', 'listen', 'bind', 'connect', 'connect_ex', 'fileno', 'listen',
'getpeername', 'getsockname', 'getsockopt', 'setsockopt', 'getpeername', 'getsockname', 'getsockopt', 'setsockopt',