Message152999
> I don't know, is it? From what has been said so far I'd expect
> */c/d/*.py to look for *.py files in all c/d subdirectories of direct
> subdirectories of the current directory, and subdirectories of those
> c/d directories. But I wouldn't expect the c/d matching to go any
> deeper than that one level.
That would be a normal glob, not a recursive glob. We already have
glob.glob(). |
|
Date |
User |
Action |
Args |
2012-02-09 22:50:52 | pitrou | set | recipients:
+ pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel |
2012-02-09 22:50:51 | pitrou | link | issue13968 messages |
2012-02-09 22:50:51 | pitrou | create | |
|