0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils/command
Greg Ward ae45b16157 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'
methods of Distribution instead of grovelling directly in self.distribution.
2000-03-29 02:14:21 +00:00
..
__init__.py
build_clib.py
build_ext.py Added 'get_outputs()' in prepartion for the 'bdist' command. 2000-03-29 02:13:09 +00:00
build_py.py Deleted some crufty comments and code. 2000-03-29 02:10:51 +00:00
build.py Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' 2000-03-29 02:14:21 +00:00
clean.py
install_lib.py Fixed the class name. 2000-03-23 04:37:11 +00:00
install.py
sdist.py