On 9/29/05, Manuzhai <[EMAIL PROTECTED]> wrote:
I'm not sure about using Jason Orendorff's path module, since it's YetAnother Dependency. I'm not sure it adds that much value (and it doesadd some learning curve for those not familiar with it).
Its a single python module, very liberally licensed so
I love the idea of a FilePathField. The globbing thing seems nice.
I'm not sure about using Jason Orendorff's path module, since it's Yet
Another Dependency. I'm not sure it adds that much value (and it does
add some learning curve for those not familiar with it).
Regards,
Manuzhai
Adrian Holovaty wrote:
> This is a great idea, and we should implement it right away. But
> there's one question that needs to be answered: How should it choose
> the files? A couple of choices:
>
> * Accept "glob" syntax, e.g. "/home/media/*", which would follow Unix
> glob conventions -- e.g.
On 9/29/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> This is a great idea, and we should implement it right away. But
> there's one question that needs to be answered: How should it choose
> the files? A couple of choices:
> * Both? If so, what's the syntax?
How about a subset of the find(1)