[Zope3-dev] Notations for paths

Guido van Rossum guido@python.org
Thu, 19 Dec 2002 17:12:08 -0500


> > 1) shuffle around tuples for something that *isn't* a tuple
> 
> But it is! It's a sequence of steps for traversal.

Then it should be a list.  Tuples should be used for fixed-length
heterogeneous sequences.  Lists for variable-length homogeneous
sequences.

--Guido van Rossum (home page: http://www.python.org/~guido/)