[Python-Dev] PEP 8: Lists/tuples

Jeremy Hylton jeremy@zope.com
Wed, 19 Jun 2002 17:26:27 -0400


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

  >> (I'm -1 myself, but I'd like to know what to tell my class.)

  GvR> Like it or not, that's what tuples are for. :-)

That and storing homogenous lists in code objects and base classes and
function closures and ...

Jeremy