[Zope3-dev] Completed: big checkins

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


> > 1: Remove all of your *.pyc files from Zope3
> > 
> > Running the tests (through test.py) does this. 
> 
> Yes, but by the time test.py is finished, they have been added back.

That's not a problem is it?

> The reason for step 1 of my recipe is so that cvs up -dP removes some 
> directories that would conflict with module names if old .pyc files are 
> still there.

Ah, I see.  If that's what you want, "make clean" before the cvs
update does the job.

> > 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.)
> 
> Perhaps, but it wouldn't help in this particular case.

I misunderstood the reason for removing .pyc files.

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