I'm tryin compare a string with a value with style of pattern-matching.

string = 'i686'

if string == glob.glob(i?86):

This is fails because glob() is for listing files in a directory that
match a Unix ls-pattern

how make it?

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

Reply via email to