]> granicus.if.org Git - python/commit
bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 21 Feb 2019 17:12:15 +0000 (09:12 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 17:12:15 +0000 (09:12 -0800)
commit86f093f71a594dcaf21b67ba13dda72863e9bde9
tree8e6334a7628080757c21ea0d9aa855e16bf22836
parent7463884f6993edcd92bec56213ee1959034fd31c
bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969)
Doc/library/collections.rst
Lib/test/test_collections.py