mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Patch #1466993: remove wrong comment in socket.py
This commit is contained in:
parent
ce4a9c9019
commit
a50794b620
1 changed files with 0 additions and 8 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue