]> granicus.if.org Git - python/commit
Cleaned up use of sysconfig module a bit: don't import more names
authorGreg Ward <gward@python.net>
Fri, 14 Apr 2000 00:48:15 +0000 (00:48 +0000)
committerGreg Ward <gward@python.net>
Fri, 14 Apr 2000 00:48:15 +0000 (00:48 +0000)
commit1c79330e64e0f3f73bbfe9f0504425520ec44dff
tree97120c77402b9edf8baca0bc0acde5384d1924b6
parentb6f5adaa12ce47ba514a14de74c5f2bf4c3479e6
Cleaned up use of sysconfig module a bit: don't import more names
  than we actually use, and do actually use AR and SO.
Run ranlib on static libraries.  (Should probably have a platform-check
  so we don't run ranlib when it's not necessary, ie. on most modern
  Unices.)
Lib/distutils/unixccompiler.py