Message152958
> Again with 'a/b/c/d' and let's add a file 'a/b/png'.
>
> If the curdir is 'c' and you use rglob('../pn*') you won won't find
> '../png' as you would be walking only in the curdir.
That depends how you implement it. If you detect that ".." exists and
glob for "pn*" inside it, you will probably find "../png". |
|
Date |
User |
Action |
Args |
2012-02-09 16:30:35 | pitrou | set | recipients:
+ pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel |
2012-02-09 16:30:34 | pitrou | link | issue13968 messages |
2012-02-09 16:30:34 | pitrou | create | |
|