]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
authorGreg Ward <gward@python.net>
Mon, 6 Mar 2000 03:36:50 +0000 (03:36 +0000)
committerGreg Ward <gward@python.net>
Mon, 6 Mar 2000 03:36:50 +0000 (03:36 +0000)
commit4ba5da418cb031de58b8727a7c91cbfa4cf16936
tree378afbd452a880276049d7506f92f4f481849765
parent272cbb4974a98478b08a72acb818ca18889e9427
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
Don't assume that the 'libraries' and 'library_dirs' elements of the
  build info dict are always lists.
Lib/distutils/command/build_ext.py