On Wed, Sep 24, 2014, at 00:57, Miki Tebeka wrote: > On Tuesday, September 23, 2014 4:37:10 PM UTC+3, Peter Otten wrote: > > x eq y > > y eq z > > not (x eq z) > > > > where eq is the test given above -- should x, y, and z land in the same bin? > Yeah, I know the counting depends on the order of items. But I'm OK with > that.
It doesn't just depend on the order. If you put x and z in first (creating two "bins"), then which one does y go in after? -- https://mail.python.org/mailman/listinfo/python-list