summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-09 14:28:13 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-09 14:28:13 (GMT)
commita50794b62016e573b9f2a9e4a2a376c7360eae56 (patch)
tree9734ca08f58d777e213fbe194103fbca18369bec /Lib/socket.py
parentce4a9c901905624216bc5ae7ae631ecb94c2d66e (diff)
downloadcpython-a50794b62016e573b9f2a9e4a2a376c7360eae56.zip
cpython-a50794b62016e573b9f2a9e4a2a376c7360eae56.tar.gz
cpython-a50794b62016e573b9f2a9e4a2a376c7360eae56.tar.bz2
Patch #1466993: remove wrong comment in socket.py
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index 73b477d..32a92b4 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',