]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're
authorGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:32:19 +0000 (02:32 +0000)
committerGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:32:19 +0000 (02:32 +0000)
commitc294113f180cd0deb66857432463f21ead92392a
tree47274f6b114f1bd74d41ee162097961e84a4fad0
parentf7a39ecac1c08c28456aa11ca7d5b3d57f8e4e84
Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're
  now provided (minus the leading underscore) by the ccompiler module.
Fix 'compile()' to return the list of object files generated.
Cosmetic tweaks/delete cruft.
Lib/distutils/unixccompiler.py