Quoting Jonas Melian <[EMAIL PROTECTED]>: > I'm tryin compare a string with a value with style of pattern-matching. > > string = 'i686' > > if string == glob.glob(i?86):
This is a task for regular expressions! Have a look at the re module. (and feel free to ask for more help if you're having trouble with it) -- John. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor