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 pitrou
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.22:37:30
SpamBayes Score 1.5703053e-08
Marked as misclassified No
Message-id <1328826880.3422.0.camel@localhost.localdomain>
In-reply-to <1328825562.58.0.703388057948.issue13968@psf.upfronthosting.co.za>
Content
> This discussion does mean I plan to add path filtering though, that
> works on the "dirpath" value directly (and *will* allow multi-part
> matches). So the "Python source files in subdirectories named 'd' of
> directories named 'c'" will be written something like:
> 
>     walk_files(included_files=["*.py"], included_paths="*/c/d")

That's not different from rglobbing "*/c/d/*.py", is it? :)
History
Date User Action Args
2012-02-09 22:37:30pitrousetrecipients: + pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel
2012-02-09 22:37:30pitroulinkissue13968 messages
2012-02-09 22:37:30pitroucreate