"Schüle Daniel" <[EMAIL PROTECTED]> wrote:
> > > {:} for empty dict and {} for empty set don't look too much atrocious > > to me. > > this looks consistent to me I disagree. What would be consistent would be to follow the pattern, and use a different set of delimiters. Python uses () for tuples, [] for lists, {} for dictionaries. To be consistent, sets need something else, so you can see at a glance what you are dealing with. About all that is left is <>, ugly as it is. The other way is the start of the slippery slide into alphabet soup. - Hendrik -- http://mail.python.org/mailman/listinfo/python-list