Actually, your answer did help to open my eyes. The expression is 
"\d+S[S|E]\.INF": Ouch!

Thanks a lot,
Christian

On 19 Oct 2005, at 12:11, Misto . wrote:

> [ Workaround ]
> What about using the glob module?
>
> http://docs.python.org/lib/module-glob.html
>
> you can use something like
> glob.glob('./[0-9][0-9]S[E|S].INF')
> (Not tested)
>
>
> Misto
>

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to