AttributeError in re.findAll ?

Fernando Perez fperez528 at yahoo.com
Fri Jul 26 12:43:51 EDT 2002


Shagshag13 wrote:

>>>> p.findAll(t2)
> Traceback (most recent call last):
> File "<pyshell#28>", line 1, in ?
> p.findAll(t2)
> AttributeError: findAll
> 

In [1]: p = re.compile("<[^>]*>")

In [2]: p.f
p.findall   p.finditer


spelling.

f



More information about the Python-list mailing list