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

Fredrik Lundh fredrik@pythonware.com
Wed, 24 Apr 2002 16:02:27 +0200


Damien wrote:

Of course, the fundamental operation here is numbering things in a = list.

no, it's not: it's about numbering things in a sequence.

there is no sequence base class, and thus no place to put that number method.