Commit b526e5fa authored by Fred Drake's avatar Fred Drake

The socket module is now _socket on all platforms.

parent a136d497
...@@ -152,8 +152,7 @@ grp grpmodule.c # grp(3) ...@@ -152,8 +152,7 @@ grp grpmodule.c # grp(3)
errno errnomodule.c # posix (UNIX) errno values errno errnomodule.c # posix (UNIX) errno values
mmap mmapmodule.c # Memory-mapped files (also works on Win32) mmap mmapmodule.c # Memory-mapped files (also works on Win32)
select selectmodule.c # select(2); not on ancient System V 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)
#_socket socketmodule.c # socket(2); use this one for BeOS sockets
# Socket module compiled with SSL support; you must edit the SSL variable: # Socket module compiled with SSL support; you must edit the SSL variable:
#SSL=/usr/local/ssl #SSL=/usr/local/ssl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment