"Jerry Hill" <[EMAIL PROTECTED]> wrote > I like this one: > all(char in string.printable for char in testString)
What is all? Is that a 2.5 thing (I'm still on 2.4 here) >>>> testString = "qwerty\buiop" >>>> all(char in string.printable for char in testString) > False > > -- > Jerry > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
