> It seems like id(list[<some value>]) == id(<some value>). However, I > can't find anything in the python documentation that talks about it. It's deliberately undocumented (outside of the source code, that is). Regards, Martin