Jim Jewett wrote:

> The majority of uses need a mutable set that starts empty.

Does anyone have evidence to support that assertion?

Thinking about my own code, I probably do membership
tests on constant sets (represented as tuples) about as
often as I build up mutable sets (or some equivalent data
structure).

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
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