Nick Coghlan wrote: > I think I'm a convert - +1 for set literals, with {/} for the empty set.
I'm +1 on set literals, but -1 on {/} for the empty set. I much prefer set() -- {/} seems too Perlesque and magical-looking. I don't think we have three subsequent punctuation marks as an atom anywhere else in Python, do we? (Except for """, but those are three of the same, so it doesn't look that strange to me.) -- Ivan Krstic <[EMAIL PROTECTED]> | GPG: 0x147C722D _______________________________________________ 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