"Christian Heimes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Greg Ewing wrote: | | Personally I'm more than happy to trade set comprehensions for optimized | frozen set literals. My code has more 'item in fixed_set' than sets. I | can't remember a project where I've used frozenset() instead of a tuple. | The name is too long.
I might have preferred 'fset' to 'frozenset'. But I presume the name is frozen. So I might put 'fset=frozenset' at the top of a file where is gets used alot. _______________________________________________ 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