On 8/14/06, <b class="gmail_sendername">Collin Winter</b> &lt;<a href="mailto:collinw@gmail.com">collinw@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What would the rule be about top-level types? Would you have to use a<br>list, or could a set or dict be used?</blockquote><div><br>I argue to restrict to a list for the following reasons:<br><br>1. Better to just pick something for visual consistency (someone said they liked tuples but I find all of the rounded parens confusing)
<br><br>&nbsp;2.&nbsp; May want to use other types for other meanings in the future. <br><br>&nbsp;3. What do you do with the keys of the dictionary? Is this back to connecting decorators to annotations by name or something? The string namespace is not very managable.
<br><br>&nbsp;Paul Prescod<br><br></div></div>