[Python-Dev] Re: PEP 279 (original) (raw)

Neil Schemenauer nas@python.ca
Tue, 2 Apr 2002 07:10:01 -0800


Ka-Ping Yee wrote:

I prefer "enumerate" to "indexer" as well, though it's a bit long.

"enum" would be nice.

I don't like indexer either. It's a noun. I think I like enum best. enumerate is my second choice.

Neil