]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Feb 2019 17:47:46 +0000 (09:47 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 21 Feb 2019 17:47:46 +0000 (09:47 -0800)
commit7121a6eeb7941f36fb9e7eae28ec24ecfa533e81
treec95d967834be52b63c29e4cb1bdbd5054ffdd2aa
parent3bd3a71a1a8e9e7bc301a69ac49823dbd99b1762
bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) (GH-11978)

(cherry picked from commit 86f093f71a594dcaf21b67ba13dda72863e9bde9)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/collections.rst
Lib/test/test_collections.py