]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implements the 'build_ext' command for building C/C++ extension modules.
authorGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:57:49 +0000 (23:57 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:57:49 +0000 (23:57 +0000)
commite393ddb2e05836be79f4fc34ed26ff217074c967
treefb259d59676e59a1890393bb5dffab8ab0e40348
parentb4dbfb318ceda8be952417984f330b2c8e51ffac
Implements the 'build_ext' command for building C/C++ extension modules.
Lib/distutils/command/build_ext.py [new file with mode: 0644]