[issue6142] Distutils doesn't remove .pyc files

Tarek Ziadé report at bugs.python.org
Mon Jun 1 21:36:41 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

The only reason I would see to clean .pyc file in distutils clean
command is if the build command (or any other command) would generate
them in the source tree, which is not the case.

That said, build_ext -i *does* create .so files in the source tree, so
we should provide a way to remove them I think.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6142>
_______________________________________


More information about the Python-bugs-list mailing list