]> granicus.if.org Git - python/commit
Changed to use 'spawn()', now that it exists.
authorGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:53:53 +0000 (23:53 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:53:53 +0000 (23:53 +0000)
commit5e71744000f4a0affc51be3a5276be7e01719049
treeeb593fdb24abdda518a14171cb08f1daa225a0c9
parente1aaaa653c93e2513a77023b1a5b782ed2ec9146
Changed to use 'spawn()', now that it exists.
Added 'verbose' and 'dry_run' parameters to constructor.
Changed 'compile()', 'link_*()' to default lists arguments to None
  rather than empty list.
Added implementations of the filename-mangling methods mandated by
  the CCompiler interface.
Lib/distutils/unixccompiler.py