[issue6142] Distutils doesn't remove .pyc files

Tarek Ziadé report at bugs.python.org
Mon Jun 1 12:09:13 CEST 2009


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

The clean command cleans up temporary files from 'build' command.

Your patch removes files that are not generated by the build command only
but by a normal usage of Python modules.

Why do you need to remove them precisely ?

----------
components: +Distutils -Library (Lib)
versions: +Python 2.7, Python 3.1 -Python 2.5

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


More information about the Python-bugs-list mailing list