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 nedds
Recipients collinwinter, nedds
Date 2008-07-15.04:12:24
SpamBayes Score 0.20846479
Marked as misclassified No
Message-id <1216095149.85.0.174459482366.issue3358@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an iterative replacement to _recursive_matches for Wildcard
Patterns. It's not really much faster now, although I think there is
some room to improve it. It's doesn't seem like the most elegant
solution, but it works. It passes all of the tests, although I had to
rewrite one because it was generating the same matches but in a
different order.
History
Date User Action Args
2008-07-15 04:12:30neddssetspambayes_score: 0.208465 -> 0.20846479
recipients: + nedds, collinwinter
2008-07-15 04:12:29neddssetspambayes_score: 0.208465 -> 0.208465
messageid: <1216095149.85.0.174459482366.issue3358@psf.upfronthosting.co.za>
2008-07-15 04:12:28neddslinkissue3358 messages
2008-07-15 04:12:27neddscreate