]> granicus.if.org Git - python/commit
Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:14:21 +0000 (02:14 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:14:21 +0000 (02:14 +0000)
commitae45b16157cad4b6d3fd844b4684bc538549ddc5
tree5069698ed11331fa078090b850b186358f2250bf
parent4d16e0ac20a6eef119cab8950b7455fa7abdbf71
Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'
methods of Distribution instead of grovelling directly in self.distribution.
Lib/distutils/command/build.py