]> granicus.if.org Git - python/commit
SF patch #667730: More DictMixin
authorRaymond Hettinger <python@rcn.com>
Wed, 22 Jan 2003 01:39:06 +0000 (01:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 22 Jan 2003 01:39:06 +0000 (01:39 +0000)
commit51f3f1b7dce6d054891faf9959fc493e66e9f684
tree6cbba44294fbd8f8a0bf108aced7d66a17fbc3e5
parent981344567fb810a68c7a371c4727f3f63a181214
SF patch #667730: More DictMixin

Sebastien Keim pointed out that iterkeys and __contains__ require
their own definitions so their behavior will update when the
underlying method is subclassed.
Lib/UserDict.py