[Distutils] develop and --record
Andrea Crotti
andrea.crotti.0 at gmail.com
Fri Nov 25 15:12:50 CET 2011
Another thing which is more or less related to this.
Suppose that I'm working on module a.py, which will generate a
a.pyc.
Now when I move a.py to b.py the a.pyc will still be there, and might
make work all the imports to "a", even if they are not supposed to.
Since with egg-info I can see the current sources, maybe is there a smart
way to clean these unwanted pyc files?
More information about the Distutils-SIG
mailing list