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?
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to