]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forward port r70470 and r70473 for OrderedDict to use a doubly linked list.
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Mar 2009 20:30:56 +0000 (20:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Mar 2009 20:30:56 +0000 (20:30 +0000)
commitdc879f033c9a1fd15e27f7bac2a46d38ca19e8c5
treecc2961e67f2e7346aad00ce35308df4eb29ad2a8
parent6cf17aacbfd08aab5edc73c758647536c1576601
Forward port r70470 and r70473 for OrderedDict to use a doubly linked list.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py