Re: Help on Dict

2007-03-10 Thread Clement
On Feb 26, 11:58 am, Steven D'Aprano <[EMAIL PROTECTED]> wrote: > On Mon, 26 Feb 2007 07:15:43 +0200, Hendrik van Rooyen wrote: > > "James Stroud" <[EMAIL PROTECTED]> wrote: > > >> Clement wrote: > >> > Can any body tell how Dict is implemented in python... plz tell what > >> > datastructure that

Re: Help on Dict

2007-02-26 Thread Steven D'Aprano
On Mon, 26 Feb 2007 18:16:13 +, Dennis Lee Bieber wrote: > On Mon, 26 Feb 2007 17:58:34 +1100, Steven D'Aprano > <[EMAIL PROTECTED]> declaimed the following in > comp.lang.python: > >> >> Which I think was deliberate. The Original Poster asked a reasonable >> question in a stupid way (Python

Re: Help on Dict

2007-02-25 Thread Steven D'Aprano
On Mon, 26 Feb 2007 07:15:43 +0200, Hendrik van Rooyen wrote: > "James Stroud" <[EMAIL PROTECTED]> wrote: > > >> Clement wrote: >> > Can any body tell how Dict is implemented in python... plz tell what >> > datastructure that uses >> > >> >> I think it uses a dict. > > "Groan

Re: Help on Dict

2007-02-25 Thread Hendrik van Rooyen
"James Stroud" <[EMAIL PROTECTED]> wrote: > Clement wrote: > > Can any body tell how Dict is implemented in python... plz tell what > > datastructure that uses > > > > I think it uses a dict. "Groan!" - this answer is like Microsoft documentation - while technically correct,

Re: Help on Dict

2007-02-25 Thread Daniel Nogradi
> Can any body tell how Dict is implemented in python... plz tell what > datastructure that uses Please see http://svn.python.org/view/python/trunk/Objects/dictnotes.txt?rev=53782&view=markup for general notes and http://svn.python.org/view/python/trunk/Objects/dictobject.c?rev=

Re: Help on Dict

2007-02-25 Thread James Stroud
Clement wrote: > Can any body tell how Dict is implemented in python... plz tell what > datastructure that uses > I think it uses a dict. James -- http://mail.python.org/mailman/listinfo/python-list

Help on Dict

2007-02-25 Thread Clement
Can any body tell how Dict is implemented in python... plz tell what datastructure that uses -- http://mail.python.org/mailman/listinfo/python-list