[Python-Dev] Re: PEP 279 revisited

Bryan L. Fordham bfordham@socialistsushi.com
Wed, 24 Apr 2002 11:27:54 -0400 (EDT)


Guido van Rossum wrote:

> (Sigh.  I was only asking for guidance on whether to choose enumerate
> or itemize for the name, not reopening the whole subject of this PEP.)

Let the language decide:

>>> choice(['enumerate', 'itemize'])
'enumerate'

8)

--B