Steven D'Aprano added the comment: On Thu, Jul 17, 2014 at 07:39:21PM +0000, Jim Jewett wrote:
> Note, however, that containers will normally implement item equality > as "a is b or a==b" We can't say "will normally", since we don't know about the infinite number of possible container types that people might create. The most we can say is that *builtin* container types will [assuming that this is the intent] or that general containers *may*. ---------- nosy: +steven.daprano _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22001> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com