]> granicus.if.org Git - python/commit
Fix OrderedDic.pop() to work for subclasses that define __missing__().
authorRaymond Hettinger <python@rcn.com>
Sat, 1 Jan 2011 23:51:55 +0000 (23:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 1 Jan 2011 23:51:55 +0000 (23:51 +0000)
commit345c49b16b093399ad504711d55bad700ad7a33b
tree4bba38bffe4a5f85fbe9dfc3b1b95b980842d3ac
parent32062e9be78ee49b563d1b7eb290a00e6fe16c0f
Fix OrderedDic.pop() to work for subclasses that define  __missing__().
Lib/collections.py
Lib/test/test_collections.py