[Python-Dev] Tuples vs lists
Aahz
aahz@pythoncraft.com
Wed, 12 Mar 2003 11:48:58 -0500
Wed, 12 Mar 2003 11:48:58 -0500
- Previous message: [Python-Dev] Ridiculously minor tweaks?
- Next message: [Python-Dev] bsddb3 test errors - are these expected?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Mar 11, 2003, Guido van Rossum wrote: > > Tuples are for heterogeneous data, list are for homogeneous data. > Tuples are *not* read-only lists. It's been on my To-Do list to update PEP 8 since last June; if someone else wants to do it, be my guest. ;-) -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ Register for PyCon now! http://www.python.org/pycon/reg.html
- Previous message: [Python-Dev] Ridiculously minor tweaks?
- Next message: [Python-Dev] bsddb3 test errors - are these expected?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]