]> granicus.if.org Git - python/commit
Added 'get_outputs()' in prepartion for the 'bdist' command.
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:13:09 +0000 (02:13 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:13:09 +0000 (02:13 +0000)
commit4d16e0ac20a6eef119cab8950b7455fa7abdbf71
tree390585254cdf07c4b10b9054b43c4bd642d32615
parent8b2e95edd69cacafdfbcf00270065bd6444f3336
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()'.
Lib/distutils/command/build_ext.py