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 flxkid
Recipients flxkid, gvanrossum
Date 2008-01-05.02:21:58
SpamBayes Score 0.018671306
Marked as misclassified No
Message-id <1199499720.42.0.537566504299.issue1738@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached (sorry, this is my first bug report on an os project). 
dircmp has a list of files to ignore and hide.  These lists right now
are compared to the left and right lists using __contains__ to filter
out the ignore/hide lists.

This patch adds the ability to pass file patterns in addition to
filenames so that you can filter classes of files such as *.bak or temp*.*
History
Date User Action Args
2008-01-05 02:22:00flxkidsetspambayes_score: 0.0186713 -> 0.018671306
recipients: + flxkid, gvanrossum
2008-01-05 02:22:00flxkidsetspambayes_score: 0.0186713 -> 0.0186713
messageid: <1199499720.42.0.537566504299.issue1738@psf.upfronthosting.co.za>
2008-01-05 02:22:00flxkidlinkissue1738 messages
2008-01-05 02:21:59flxkidcreate