]> granicus.if.org Git - python/commitdiff
Trim out some cruft
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 21 May 2001 20:44:48 +0000 (20:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 21 May 2001 20:44:48 +0000 (20:44 +0000)
setup.py

index abf3b42188731f71363ff5023708e4bb00cb62dd..f544ee5a23dc1059b7dd5da550c6580c386d6334 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,5 @@
 # Autodetecting setup.py script for building the Python extensions
 #
-# To be fixed:
-#   Implement --disable-modules setting
-#
 
 __version__ = "$Revision$"
 
@@ -388,9 +385,6 @@ class PyBuildExt(build_ext):
             if platform not in ['cygwin']:
                 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']:
                 if (self.compiler.find_library_file(lib_dirs, 'nsl')):