I just got bit by a bug that would have been prevented if list were a reserved word in Python. (Dumbery on my part, to be sure.)
list
So why isn\'t list (or
Probably for the same reason for which classes dont have private attributes. This is spirit of Python.