]> granicus.if.org Git - python/commit
In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
authorGreg Ward <gward@python.net>
Sun, 12 Dec 1999 16:57:47 +0000 (16:57 +0000)
committerGreg Ward <gward@python.net>
Sun, 12 Dec 1999 16:57:47 +0000 (16:57 +0000)
commit04d78328f39864cada04591ebb1d99ad30671cec
tree5e5354745f44c2c8f51f10b08aa1423a8e336b85
parent44f8e4ea0860863c35fa311bf3deb32aadf882ab
In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
  consistency with 'build_ext' command option.
Changed 'compile()' and 'link_shared_object()' so 'include_dirs',
  'libraries', and 'library_dirs' can be lists or tuples.
Lib/distutils/unixccompiler.py