]> granicus.if.org Git - python/commit
bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Feb 2018 09:09:52 +0000 (01:09 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 11 Feb 2018 09:09:52 +0000 (01:09 -0800)
commit170b3f79506480f78275a801822c9ff1283e16f2
tree26d03bec14a22b7371c189f76c4144275cdb4ecc
parente6033209754c5b01870791645044a791da1fa73f
bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)

(cherry picked from commit 3793f95f98c3112ce447288a5bf9899eb9e35423)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2018-02-08-00-47-07.bpo-32792.NtyDb4.rst [new file with mode: 0644]