]> granicus.if.org Git - python/commitdiff
Oops: 'build_extensions()' no longer takes an 'extensions' list.
authorGreg Ward <gward@python.net>
Thu, 30 Mar 2000 19:47:22 +0000 (19:47 +0000)
committerGreg Ward <gward@python.net>
Thu, 30 Mar 2000 19:47:22 +0000 (19:47 +0000)
Lib/distutils/command/build_ext.py

index 96e7ce524fa7631b9189d145c941452474836893..f2e0b319b3d2f726699c358bb39c7e5914cb8fb7 100644 (file)
@@ -259,7 +259,7 @@ class build_ext (Command):
     # get_outputs ()
 
 
-    def build_extensions (self, extensions):
+    def build_extensions (self):
 
         # First, sanity-check the 'extensions' list
         self.check_extensions_list (self.extensions)