diferent answers with isalpha()

nuno at salgado.ws nuno at salgado.ws
Thu Jul 12 20:05:42 EDT 2007


Hi,

I have python with sys.version_info = (2, 4, 4, 'final', 0)

In Idle when I do print 'á'.isalpha() I get True. When I make and
execute a script file with the same code I get False.

Why do I have diferent answers ?


Thank you




More information about the Python-list mailing list