Calvin Spealman wrote: > Just throwing this out there, but I would love to see a complete > dropping of container literals from Python. ... it would allow > things like list(1, 2, 3) ... I feel they seem much more > readable, That's highly debatable. There's semiotic value in not having everything built out of function calls. -- Greg