]> granicus.if.org Git - python/commit
(experimental) "finditer" method/function. this works pretty much
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 24 Oct 2001 22:16:30 +0000 (22:16 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 24 Oct 2001 22:16:30 +0000 (22:16 +0000)
commit703ce8122cadd68a4260318f44725398fc3a383c
treef93ce1a12ee954429a3d4dc3e1613f32ce726c72
parent9242a4af177c4c62dfacdf633eb1bbdeba273b3c
(experimental) "finditer" method/function.  this works pretty much
like findall, but returns an iterator (which returns match objects)
instead of a list of strings/tuples.
Lib/sre.py
Modules/_sre.c