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 ubershmekel
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.23:01:06
SpamBayes Score 0.00017286361
Marked as misclassified No
Message-id <1328828467.18.0.256026948091.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
As R. David Murray has suggested I think there may be a middle ground.

    def rglob(fn_filter, root='.'):

That would mean the default use case is still easy to remember as rglob('*.py') and also there aren't any explanations needed for how this function works.

Though I'm not sure which of these API's I like better.
History
Date User Action Args
2012-02-09 23:01:07ubershmekelsetrecipients: + ubershmekel, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky
2012-02-09 23:01:07ubershmekelsetmessageid: <1328828467.18.0.256026948091.issue13968@psf.upfronthosting.co.za>
2012-02-09 23:01:06ubershmekellinkissue13968 messages
2012-02-09 23:01:06ubershmekelcreate