0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

Oops: 'build_extensions()' no longer takes an 'extensions' list.

This commit is contained in:
Greg Ward 2000-03-30 19:47:22 +00:00
parent 88716bba55
commit 71d55835b3

View 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)