[Python-Dev] Re: PEP 279

Raymond Hettinger python@rcn.com
Tue, 2 Apr 2002 00:32:08 -0500


From: "David Ascher" <DavidA@ActiveState.com>

>   + the nice thing about enumerate is that it has the word 'number' in

> All things considered, even though I suggested 'indexer()', I'm voting
> for 'enumerate()' because of the numeric focus as opposed to a 'key'
> focus.

Yes!

-- Raymond