]> granicus.if.org Git - python/commit
Only run build_py if we have pure Python modules, and build_ext if we
authorGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:27:55 +0000 (18:27 +0000)
committerGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:27:55 +0000 (18:27 +0000)
commit02e1c56212c29929be2be279b3af70c503e06d52
tree8433c5afab62e8603bae7c5071a2bd4a6785f95a
parentdbb96253eae8da10fc1ba4c445ff6f475dfd4cf9
Only run build_py if we have pure Python modules, and build_ext if we
have extension modules.
Lib/distutils/command/build.py