]> granicus.if.org Git - python/commit
Changed 'compile()' method to compile files one-at-a-time -- gives better
authorGreg Ward <gward@python.net>
Thu, 3 Feb 2000 23:07:19 +0000 (23:07 +0000)
committerGreg Ward <gward@python.net>
Thu, 3 Feb 2000 23:07:19 +0000 (23:07 +0000)
commitef6f515d4994662fcec3e7b272232678e0c3b1e8
tree43fd783808f0f8fc6e7d31250e96f2ba0d3766d5
parent4310debbd82443515d725519b96a8823d8b098ef
Changed 'compile()' method to compile files one-at-a-time -- gives better
feedback and, theoretically, the opportunity to set compiler flags
on a per-file basis.
Lib/distutils/unixccompiler.py