This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients barry, eric.smith, lemburg, vstinner
Date 2013-06-27.11:41:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372333299.66.0.666201954085.issue18312@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-27 11:41:39eric.smithsetrecipients: + eric.smith, lemburg, barry, vstinner
2013-06-27 11:41:39eric.smithsetmessageid: <1372333299.66.0.666201954085.issue18312@psf.upfronthosting.co.za>
2013-06-27 11:41:39eric.smithlinkissue18312 messages
2013-06-27 11:41:39eric.smithcreate