]> granicus.if.org Git - python/commit
Add method to OrderedDict for repositioning keys to the ends.
authorRaymond Hettinger <python@rcn.com>
Mon, 6 Sep 2010 21:26:09 +0000 (21:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 Sep 2010 21:26:09 +0000 (21:26 +0000)
commitf45abc97bfad3bc9737a8a8d95c1f4a60cd6f478
tree7b24d9113c1d79480cde1daae9ed58199bc0e007
parent7b2a7710ef17e38e021f6f045b8cd7ad0e96d5e1
Add method to OrderedDict for repositioning keys to the ends.
Doc/library/collections.rst
Lib/collections.py
Lib/functools.py
Lib/test/test_collections.py
Misc/NEWS