[Python-Dev] iterator support for SRE?

Guido van Rossum guido@python.org
Fri, 26 Oct 2001 09:30:55 -0400


> as you might have noticed, I went ahead and checked in code
> for "finditer".  nobody has complained this far ;-)

Far from it. :-)

> isn't "iterfind" a better name, btw?  more like "iterkeys" (etc).
> 
> if nobody complains, I'll change the name, and check in some
> documentation.

Hm, but finditer() is more like findall(), and that counts more I'd say.

--Guido van Rossum (home page: http://www.python.org/~guido/)