spir wrote:
> Hello,
>
> A foolow-up ;-) from previous question about glob.glob().
>
> I need to 'glob' files recursively from a top dir (parameter). Tried to use
> os.walk, but the structure of its return value is really unhandy for such a
> use (strange, because it seems to me this precise us
On Wed, Jun 10, 2009 at 2:28 AM, spir wrote:
> Hello,
>
> A foolow-up ;-) from previous question about glob.glob().
>
> I need to 'glob' files recursively from a top dir (parameter). Tried to use
> os.walk, but the structure of its return value is really unhandy for such a
> use (strange, because
2009/6/10 spir :
> A foolow-up ;-) from previous question about glob.glob().
Hopefully no misunderstanding this time :-)
> I need to 'glob' files recursively from a top dir (parameter). Tried to use
> os.walk, but the structure of its return value is really unhandy for such a
> use (strange, be
Hello,
A foolow-up ;-) from previous question about glob.glob().
I need to 'glob' files recursively from a top dir (parameter). Tried to use
os.walk, but the structure of its return value is really unhandy for such a use
(strange, because it seems to me this precise use is typical). On the othe