2008/6/4 Richard A. O'Keefe <<a href="mailto:ok@cs.otago.ac.nz">ok@cs.otago.ac.nz</a>>:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> On Mon, Jun 2, 2008 at 11:15 PM, Darren New <<a href="mailto:dnew@san.rr.com">dnew@san.rr.com</a>> wrote:<br>
<br>
><br>
</div><div class="Ih2E3d">> Good to know the process dictionary is actually a hashtable, but<br>
> there's<br>
> only one per process and they don't nest, so that's pretty limited.<br>
<br>
</div>Sure they nest:  a key can map to another process and _that_ process has<br>
another process dictionary.  It would be pretty simple to whip up a<br>
module implementing multi-key hash tables that way.</blockquote><div><br>There is a much easier way to nest them: the value can be a dict, which is a hash table. :-)<br><br>Robert<br><br></div></div>