]> granicus.if.org Git - python/commit
Added 'preprocess()' method to CCompiler interface, and implemented
authorGreg Ward <gward@python.net>
Wed, 21 Jun 2000 02:58:46 +0000 (02:58 +0000)
committerGreg Ward <gward@python.net>
Wed, 21 Jun 2000 02:58:46 +0000 (02:58 +0000)
commit3ff3b039ac25f70cf6be3775dca0e21c2666d3d3
treed229a2ee9257400ec6f6cf234ea1772e6ceaf0fa
parenta4ca07cc8c4626e5e9b94f27da75959bba14ffac
Added 'preprocess()' method to CCompiler interface, and implemented
it in UnixCCompiler.  Still needs to be implemented in MSVCCompiler (and
whatever other compiler classes are lurking out there, waiting to be
checked in).
Lib/distutils/ccompiler.py
Lib/distutils/unixccompiler.py