<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Summerfield wrote:
<blockquote cite="mid:200709142052.23583.mark@qtrac.eu" type="cite">
  <pre wrap="">(Personally I've never needed an insertion-ordered dict.)</pre>
</blockquote>
<br>
Then you've never programmed in PHP I take it.&nbsp; PHP's one-size-fits-all
data structure is an insertion-ordered dict; PHP programmers use it
everywhere a Python programmer might use a dict <i>or</i> a list.&nbsp;
I've had one or two people tell me having both behaviors in one object
is "really useful every-so-often", though they didn't go into any more
detail.&nbsp; Can't really see the advantage, myself.<br>
<br>
<br>
<i>larry</i><br>
</body>
</html>