Le Tue, 10 Sep 2013 16:15:56 +0200,
Armin Rigo <ar...@tunes.org> a écrit :
> Hi Richard,
> 
> On Tue, Sep 10, 2013 at 3:42 PM, Richard Oudkerk <shibt...@gmail.com>
> wrote:
> > I guess another example is creating an "identity dict" (see
> > http://code.activestate.com/lists/python-ideas/7161/) by doing
> >
> >     d = transformdict(id)
> 
> This is bogus, because only the id will be stored, and the original
> key object will be forgotten (and its id probably reused).

No, the original key is kept as well.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to