[Python-checkins] CVS: python/dist/src setup.py,1.39,1.40

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 21 May 2001 13:44:50 -0700


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

Modified Files:
	setup.py 
Log Message:
Trim out some cruft


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** setup.py	2001/05/21 20:29:27	1.39
--- setup.py	2001/05/21 20:44:48	1.40
***************
*** 1,7 ****
  # Autodetecting setup.py script for building the Python extensions
  #
- # To be fixed:
- #   Implement --disable-modules setting
- #
  
  __version__ = "$Revision$"
--- 1,4 ----
***************
*** 389,395 ****
                  exts.append( Extension('resource', ['resource.c']) )
  
-             # Generic dynamic loading module
-             #exts.append( Extension('dl', ['dlmodule.c']) )
-             
              # Sun yellow pages. Some systems have the functions in libc.
              if platform not in ['cygwin']:
--- 386,389 ----