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 pitrou
Recipients petri.lehtinen, pitrou, rpointel, vstinner
Date 2011-11-03.11:28:57
SpamBayes Score 0.030463133
Marked as misclassified No
Message-id <1320319473.3374.1.camel@localhost.localdomain>
In-reply-to <20111103092731.GI4458@p16>
Content
> I'd still do it like this for portability's sake:
> 
> +	-find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'

Then you'd probably reintroduce issue8665.
History
Date User Action Args
2011-11-03 11:28:57pitrousetrecipients: + pitrou, vstinner, petri.lehtinen, rpointel
2011-11-03 11:28:57pitroulinkissue13326 messages
2011-11-03 11:28:57pitroucreate