Re: dictionaries/pointers

2005-10-07 Thread Dave Hansen
On 7 Oct 2005 14:23:49 -0700, "Rob Conner" <[EMAIL PROTECTED]> wrote: >I dont know how to do this and can't think of a simple way to. > >All I want is a dictionary where two keys point to the same object. >(to steal the ascii art from >http://starship.python.net/crew/mwh/hacks/objectthink.html) >I

Re: dictionaries/pointers

2005-10-07 Thread Erik Max Francis
Rob Conner wrote: > I dont know how to do this and can't think of a simple way to. > > All I want is a dictionary where two keys point to the same object. > (to steal the ascii art from > http://starship.python.net/crew/mwh/hacks/objectthink.html) > I want sometihng like this: > > ,--.