]> granicus.if.org Git - python/commit
Make it easier to extend OrderedDict without breaking it.
authorRaymond Hettinger <python@rcn.com>
Sat, 1 Jan 2011 22:38:00 +0000 (22:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 1 Jan 2011 22:38:00 +0000 (22:38 +0000)
commit32062e9be78ee49b563d1b7eb290a00e6fe16c0f
treebff5fdfbf490eb0447c9e1ad19e3816f82e07f91
parent60db46758fa4dd5786a17226794c8b1eaa3c6094
Make it easier to extend OrderedDict without breaking it.
Lib/collections.py
Lib/test/test_collections.py