Help with libxml2dom

2009-08-19 Thread Nuno Santos
I have just started using libxml2dom to read html files and I have some questions I hope you guys can answer me. The page I am working on (teste.htm): Title 8/15/2009 >>> import libxml2dom >>> foo

Re: diferent answers with isalpha()

2007-07-13 Thread nuno
On Jul 13, 6:07 am, Jyotirmoy Bhattacharya <[EMAIL PROTECTED]> wrote: > On Jul 13, 5:05 am, [EMAIL PROTECTED] wrote: > > > 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 ? > > Non-ASCII

diferent answers with isalpha()

2007-07-12 Thread nuno
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 -- http://mail.python.org/mailman/listinfo/python-list