commit | 51f3f1b7dce6d054891faf9959fc493e66e9f684 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jan 22 01:39:06 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jan 22 01:39:06 2003 +0000 |
tree | 6cbba44294fbd8f8a0bf108aced7d66a17fbc3e5 | |
parent | 981344567fb810a68c7a371c4727f3f63a181214 [diff] |
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.