[Python-Dev] == on object tests identity in 3.x - list delegation to members?
Chris Angelico
rosuav at gmail.com
Sun Jul 13 20:16:11 CEST 2014
On Mon, Jul 14, 2014 at 4:11 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> What we've never figured out is a good place to *document* it. I
> thought there was an open bug for that, but I can't find it right now.
Yeah. The Py3 docs explain why "x in [x]" is True, but I haven't found
a parallel explanation of sequence equality.
ChrisA
More information about the Python-Dev
mailing list