what does ^ do in python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Mar 26 14:36:31 EDT 2008


En Wed, 26 Mar 2008 15:04:44 -0300, David Anderson <zerty.david at gmail.com>  
escribió:

> HOw can we use express pointers as in C or python?

Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "parser.py", line 123, in parse_text
     tree = language.parse_text(text)
   File "english.py", line 456, in parse_text
     tree = self.parse_sentence(sentence)
   File "english.py", line 345, in parse_sentence
     raise ParserError, "can't parse %r" % sentence
ParserError: can't parse 'HOw can we use express pointers as in C or  
python?'

-- 
Gabriel Genellina




More information about the Python-list mailing list