]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19505: The items, keys, and values views of OrderedDict now support
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Apr 2014 12:19:36 +0000 (15:19 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Apr 2014 12:19:36 +0000 (15:19 +0300)
commit578c9211d6b57bbb3cc00ba6dd55893814168695
tree8bc9cf712977f0a6d3778d5c31b8dad4a4422a98
parent3d1e2e4cbb2033344128727bbbbe897bcf9fedfd
Issue #19505: The items, keys, and values views of OrderedDict now support
reverse iteration using reversed().
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS