[Python-Dev] testing with and without pyc files present

Skip Montanaro skip@pobox.com
Tue, 6 May 2003 10:55:25 -0500


The test targets in the Makefile first delete any .py[co] files, then run
the test suite twice.  I know there must be a reason for this, but isn't
there a less sledgehammer-like and more explicit way to test whatever this
is trying to test?

Skip