<div><span class="gmail_quote">On 10/08/05, <b class="gmail_sendername">Simon Brunning</b> <<a href="mailto:simon.brunning@gmail.com">simon.brunning@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 8/10/05, Chris Cioffi <<a href="mailto:evenprimes@gmail.com">evenprimes@gmail.com</a>> wrote:<br>
> I have lots of code that looks like:<br>>     keys = mydict.keys()<br>>     keys.sort()<br><br>keys = sorted(mydict.keys())</blockquote>
<div> </div>
<div>While the sorted() built in addressed (yet another) community desire, I don't think this addresses the underlying expectation of getting dictionary keys in some order.  </div>
<div> </div>
<div>It works, but it feel like a kludge to me. <shrug></div>
<div> </div>
<div>Chris<br>-- <br>"Obviously crime pays, or there'd be no crime." -- G. Gorden Liddy </div></div>