[] is []
False
id([]) == id([])
True

>>> id([1]) == id([2])
True

;)

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to