Greg Wilson is suggesting things Python 3000 could leave out and suggests tuples. In the comments, Phillip Eby holds him to task for the assumption that tuples are just constant lists: Tuples are not constant lists -- this is a common misconception. Lists are intended to be homogeneous sequences, while tuples are hetereogeneous data structures. I think it was years into my use of Python that I rea