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 mamrhein
Recipients belopolsky, flxkid, gvanrossum, jafo, mamrhein, vdupras
Date 2008-04-23.16:43:47
SpamBayes Score 0.009295075
Marked as misclassified No
Message-id <1208969032.58.0.870810109404.issue1738@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a 2nd revised patch, which
* adds a keyword 'match' to the constructor of class 'dircmp'
* defaults 'match' to str.__eq__
* modifies method 'phase0': apply os.name.normcase to each name in
ignore and hide
* modifies the docs accordingly, incl. an example for using pattern matching
* modifies the test case for the default matching
* adds a test case for using pattern matching (fnmatch.fnmatch)
History
Date User Action Args
2008-04-23 16:43:53mamrheinsetspambayes_score: 0.00929508 -> 0.009295075
recipients: + mamrhein, gvanrossum, jafo, belopolsky, flxkid, vdupras
2008-04-23 16:43:52mamrheinsetspambayes_score: 0.00929508 -> 0.00929508
messageid: <1208969032.58.0.870810109404.issue1738@psf.upfronthosting.co.za>
2008-04-23 16:43:51mamrheinlinkissue1738 messages
2008-04-23 16:43:51mamrheincreate