[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.106,1.107

Fred L. Drake python-dev@python.org
Wed, 16 Aug 2000 07:19:46 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27288/Modules

Modified Files:
	Setup.in 
Log Message:

The socket module is now _socket on all platforms.


Index: Setup.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -r1.106 -r1.107
*** Setup.in	2000/06/30 16:05:22	1.106
--- Setup.in	2000/08/16 14:19:43	1.107
***************
*** 153,158 ****
  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 module compiled with SSL support; you must edit the SSL variable:
--- 153,157 ----
  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)
  
  # Socket module compiled with SSL support; you must edit the SSL variable: