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.araujo
Recipients Jacek.Pliszka, eric.araujo, rhettinger
Date 2011-08-21.12:17:52
SpamBayes Score 0.0014362158
Marked as misclassified No
Message-id <1313929073.4.0.860538089144.issue12793@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  2.7 is a stable version, so this would have to go in 3.3.  Even where, breaking the function signature wouldn’t be possible, so we would have to add arguments without removing any.

Have you looked at shutil.rmtree’s ignore argument and the shutil.ignore_patterns factory function?  Maybe that would be a good pattern to copy.
History
Date User Action Args
2011-08-21 12:17:53eric.araujosetrecipients: + eric.araujo, rhettinger, Jacek.Pliszka
2011-08-21 12:17:53eric.araujosetmessageid: <1313929073.4.0.860538089144.issue12793@psf.upfronthosting.co.za>
2011-08-21 12:17:52eric.araujolinkissue12793 messages
2011-08-21 12:17:52eric.araujocreate