]> granicus.if.org Git - python/commitdiff
The socket module is now _socket on all platforms.
authorFred Drake <fdrake@acm.org>
Wed, 16 Aug 2000 14:19:43 +0000 (14:19 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Aug 2000 14:19:43 +0000 (14:19 +0000)
Modules/Setup.in

index df0958a602cc8ac61947a2a9ddb82a463ae54d90..aec41de44f714bf7803cf3afd407d204fa731e8b 100644 (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