In message <[EMAIL PROTECTED]>, Tim Peters wrote: > You should also note that copying a dict key or value (no matter of > what type) consists in its entirety of copying one machine address (a > 4- or 8-byte pointer, depending on platform).
Actually, no. It also consists of updating reference counts as well. -- http://mail.python.org/mailman/listinfo/python-list