Commit a50794b6 authored by Georg Brandl's avatar Georg Brandl

Patch #1466993: remove wrong comment in socket.py

parent ce4a9c90
...@@ -121,14 +121,6 @@ def getfqdn(name=''): ...@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment