Dennis Lee Bieber <[email protected]>: > Then there is the facet that tuples (being unmutable) can be used as > keys into a dictionary...
Mutable objects can be used as keys into a dictionary. Marko -- https://mail.python.org/mailman/listinfo/python-list
