[Python-Dev] Ask a question for a script about re.findall Modlue (original) (raw)

Hagen Fürstenau hagen at zhuliguan.net
Sat May 22 10:07:41 CEST 2010


Your problem is easily explained however: the second argument to p.findall() should be an offset, not a flag set. (You are confusing re.findall() and p.findall().)

I filed a doc bug for this:

http://bugs.python.org/issue8785

Cheers, Hagen

-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 489 bytes Desc: OpenPGP digital signature URL: <http://mail.python.org/pipermail/python-dev/attachments/20100522/94664fb3/attachment.pgp>



More information about the Python-Dev mailing list