[Python-checkins] r43747 - python/branches/release24-maint/Lib/socket.py (original) (raw)
georg.brandl python-checkins at python.org
Sun Apr 9 16:28:16 CEST 2006
- Previous message: [Python-checkins] r43746 - python/trunk/Lib/socket.py
- Next message: [Python-checkins] r43748 - in python/trunk: Lib/test/regrtest.py Lib/test/test_dl.py Misc/ACKS Misc/NEWS configure configure.in setup.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: georg.brandl Date: Sun Apr 9 16:28:16 2006 New Revision: 43747
Modified: python/branches/release24-maint/Lib/socket.py Log: Patch #1466993: remove wrong comment in socket.py (backport from rev. 43746)
Modified: python/branches/release24-maint/Lib/socket.py
--- python/branches/release24-maint/Lib/socket.py (original) +++ python/branches/release24-maint/Lib/socket.py Sun Apr 9 16:28:16 2006 @@ -121,14 +121,6 @@ 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',
- Previous message: [Python-checkins] r43746 - python/trunk/Lib/socket.py
- Next message: [Python-checkins] r43748 - in python/trunk: Lib/test/regrtest.py Lib/test/test_dl.py Misc/ACKS Misc/NEWS configure configure.in setup.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]