On Jan 27, 10:15 pm, Terry Reedy <tjre...@udel.edu> wrote: > On 1/27/2010 12:32 PM, Antoine Pitrou wrote: > > > Le Wed, 27 Jan 2010 02:20:53 -0800, Floris Bruynooghe a écrit : > > >> Is a list or tuple better or more efficient in these situations? > > > Tuples are faster to allocate (they are allocated in one single step) and > > quite a bit smaller too.
Thanks for all the answers! This is what I was expecting but it's nice to see it confirmed. Regards Floris -- http://mail.python.org/mailman/listinfo/python-list