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 tarek
Recipients tarek
Date 2008-04-20.21:28:19
SpamBayes Score 0.041625682
Marked as misclassified No
Message-id <1208726903.81.0.936252523277.issue2663@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a first draft of a small addon to shutil.copytree.

This patch allows excluding some folders or files from the copy, given
glob-style patterns. A callable can also be provided instead of the
patterns, for a more complex filtering.

I didn't upgrade Doc/shutil.rst yet in this patch, as this can be done
when the change will be accepted and in its final shape I guess.
History
Date User Action Args
2008-04-20 21:28:24tareksetspambayes_score: 0.0416257 -> 0.041625682
recipients: + tarek
2008-04-20 21:28:23tareksetspambayes_score: 0.0416257 -> 0.0416257
messageid: <1208726903.81.0.936252523277.issue2663@psf.upfronthosting.co.za>
2008-04-20 21:28:22tareklinkissue2663 messages
2008-04-20 21:28:21tarekcreate