[Zope3-dev] Completed: big checkins

Guido van Rossum guido@python.org
Mon, 30 Dec 2002 10:04:11 -0500


> 1: Remove all of your *.pyc files from Zope3

Running the tests (through test.py) does this.  When we were using
stupid_build.py to build, it was also done automatically as a side
effect of building, but setup.py doesn't have this feature.  Maybe it
should be added back?  (Though I don't exactly know how this could be
integrated into setup.py using the proper distutils invocations.)

--Guido van Rossum (home page: http://www.python.org/~guido/)