[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.9,1.10

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 17 Jan 2001 12:21:32 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv8209

Modified Files:
	Setup.dist 
Log Message:
strop doesn't actually seem to be needed


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Setup.dist	2001/01/17 18:55:13	1.9
--- Setup.dist	2001/01/17 20:21:30	1.10
***************
*** 93,97 ****
  posix posixmodule.c		# posix (UNIX) system calls
  _sre _sre.c			# Fredrik Lundh's new regular expressions
- strop stropmodule.c	        # fast string operations implemented in C
  
  # The rest of the modules previously listed in this file are built
--- 93,96 ----