◐ Shell
clean mode source ↗

Message 223397 - Python tracker

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*.