[ 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