Diogo Kollross wrote:

> While we're at it... what happens to frozenset?

Probably it becomes an immutable subsclass of dict.

Then, since the word 'set' is now free, we can rename
the somewhat awkward-sounding 'frozenset' to 'set'.

There would then be a nice symmetry between list/tuple
and dict/set:

             +-----------------------+
             | Immutable    Mutable  |
+-----------+-----------------------+
| Sequence  |   tuple       list    |
| Mapping   |   set         dict    |
+-----------+-----------------------+

--
Greg

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to