[issue18312] "make distclean" deletes files under .hg directory

Eric V. Smith report at bugs.python.org
Thu Jun 27 13:41:39 CEST 2013


Eric V. Smith added the comment:

My plan is to just fix this issue, right now, by changing the find command to be:
   find $(srcdir)/[a-zA-Z]* ...

That fixes this bug and keeps the current functionality.

If someone wants to open another issue about changing what distclean does, I think that's okay. I suggest discussing it on python-dev first.

----------
assignee:  -> eric.smith

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


More information about the Python-bugs-list mailing list