]> granicus.if.org Git - python/commit
The socket constants have been moved to the socket module for a long time;
authorFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 02:51:21 +0000 (02:51 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 02:51:21 +0000 (02:51 +0000)
commit0c07b5081164555ffe5393bff51f0638aeb7da34
tree7909de5486db4e88f9f9c8da60fabdbeeb5c0dc1
parent57d943ad3801fbc71756c4f555e4bc65c883a2e1
The socket constants have been moved to the socket module for a long time;
the standard library does not use the SOCKET module any more, and it is
not defined for all platforms (Windows, in particular).
14 files changed:
Lib/plat-aix3/SOCKET.py [deleted file]
Lib/plat-aix4/SOCKET.py [deleted file]
Lib/plat-beos5/SOCKET.py [deleted file]
Lib/plat-freebsd2/SOCKET.py [deleted file]
Lib/plat-freebsd3/SOCKET.py [deleted file]
Lib/plat-freebsd4/SOCKET.py [deleted file]
Lib/plat-freebsd5/SOCKET.py [deleted file]
Lib/plat-irix5/SOCKET.py [deleted file]
Lib/plat-irix6/SOCKET.py [deleted file]
Lib/plat-linux1/SOCKET.py [deleted file]
Lib/plat-linux2/SOCKET.py [deleted file]
Lib/plat-netbsd1/SOCKET.py [deleted file]
Lib/plat-sunos4/SOCKET.py [deleted file]
Lib/plat-sunos5/SOCKET.py [deleted file]