]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Some option changes:
authorGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:27:12 +0000 (18:27 +0000)
committerGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:27:12 +0000 (18:27 +0000)
commitdbb96253eae8da10fc1ba4c445ff6f475dfd4cf9
tree5d09ca315fb2108f38731a1702179f697fe01188
parent17dc6e7ed8cd62068b5f244a9f1023917d3caf4a
Some option changes:
  - rename 'dir' to 'build_dir'
  - take 'package' from distribution option 'ext_package'
  - take 'extensions' from distribution option 'ext_modules'
  - take 'include_dirs' from distribution
Name keyword args explictly when calling CCompiler methods.
Overhauled how we generate extension filenames (in 'extension_filename()
  and 'build_extension()') to take 'package' option into account.
Lib/distutils/command/build_ext.py