]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36144: OrderedDict Union (PEP 584) (#18967)
authorBrandt Bucher <brandtbucher@gmail.com>
Fri, 13 Mar 2020 16:06:04 +0000 (09:06 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 16:06:04 +0000 (09:06 -0700)
commit6d674a1bf456945eb758e85c11484a9f1494f2b4
tree667d42a0fb1b9d939cc8a890e5d07351c10f18aa
parentd648ef10c5c7659ed3c9f34d5c751dc55e2c6007
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Library/2020-03-12-11-55-16.bpo-36144.9bxGH_.rst [new file with mode: 0644]
Objects/odictobject.c