commit | 8ebebd8f7e0d4f9e11a76687ce797bb78a219c34 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jan 02 01:03:26 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jan 02 01:03:26 2011 +0000 |
tree | 3de25541c18916b80f96ef57861b3db15a414d7f | |
parent | fe0263d36feb014557df4a3e30702f0691848ddd [diff] |
Raymond-Hettingers-MacBook-Pro:py27 raymondhettinger$ cat svn-commit.tmp Backport r87594 r87611 and r87612 so that OrderedDict subclassing behavior better matches dict subclassing (i.e. adding __missing__ works and extending/overriding the update() methods doesn't break __init__()).