[Python-Dev] PEP 372 -- Adding an ordered directory tocollectionsready for pronouncement

Raymond Hettinger python at rcn.com
Mon Mar 2 21:23:51 CET 2009


[GvR]
> This sounds fair. Note that dict.__eq__ actually returns
> NotImplemented if not isinstance(other, dict) so you could tighten the
> test to isinstance(other, dict) if you wanted to.

Okay.  Done deal.


Raymond


More information about the Python-Dev mailing list