The socket module is now _socket on all platforms.

This commit is contained in:
Fred Drake 2000-08-16 14:19:43 +00:00
parent a136d4970c
commit b526e5fa99
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ grp grpmodule.c # grp(3)
errno errnomodule.c # posix (UNIX) errno values
mmap mmapmodule.c # Memory-mapped files (also works on Win32)
select selectmodule.c # select(2); not on ancient System V
socket socketmodule.c # socket(2); not on ancient System V
#_socket socketmodule.c # socket(2); use this one for BeOS sockets
_socket socketmodule.c # socket(2)
# Socket module compiled with SSL support; you must edit the SSL variable:
#SSL=/usr/local/ssl