]> granicus.if.org Git - python/commit
Add a default implementation of compile() to the base class.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Jun 2002 18:42:41 +0000 (18:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Jun 2002 18:42:41 +0000 (18:42 +0000)
commit6e08d22b1a7dabb5456460f152cc5e102cf44ea5
tree1d7884b8dd96146f45614d9792103b15507a51e8
parent074712112b73bf2adf56c8f031c7789b6cfd290f
Add a default implementation of compile() to the base class.

The default implementation calls _compile() to compile individual
files.  This method must be implemented by the subclass.  This change
factors out most of the remaining common code in all the compilers
except mwerks.
Lib/distutils/ccompiler.py