]> granicus.if.org Git - python/commit
Raymond-Hettingers-MacBook-Pro:py27 raymondhettinger$ cat svn-commit.tmp
authorRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2011 01:03:26 +0000 (01:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2011 01:03:26 +0000 (01:03 +0000)
commit8ebebd8f7e0d4f9e11a76687ce797bb78a219c34
tree3de25541c18916b80f96ef57861b3db15a414d7f
parentfe0263d36feb014557df4a3e30702f0691848ddd
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__()).
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS