]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,
authorGreg Ward <gward@python.net>
Thu, 29 Jun 2000 02:16:24 +0000 (02:16 +0000)
committerGreg Ward <gward@python.net>
Thu, 29 Jun 2000 02:16:24 +0000 (02:16 +0000)
commitdf112a76a9a8b5971b179bc645016c555d5be725
treedbe2ecc1eb61426de13a7a54ba455590e1aa3ac2
parent499822d95975a4b59f902443596d1207c8f274b9
Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,
we can run "sdist" on a distribution with old-style extension structures
even if we haven't built it yet.  Bug spotted by Harry Gebel.
Lib/distutils/command/build_ext.py