commit | 4d16e0ac20a6eef119cab8950b7455fa7abdbf71 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Wed Mar 29 02:13:09 2000 +0000 |
committer | Greg Ward <gward@python.net> | Wed Mar 29 02:13:09 2000 +0000 |
tree | 390585254cdf07c4b10b9054b43c4bd642d32615 | |
parent | 8b2e95edd69cacafdfbcf00270065bd6444f3336 [diff] |
Added 'get_outputs()' in prepartion for the 'bdist' command. Changed signature of 'build_extensions()': no longer takes the extension list, but uses 'self.extensions' (just like 'get_outputs()' has to) Moved call to 'check_extensions_list()' from 'run()' to 'build_extensions()', again for consistency with 'get_outputs()'.