]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Mar 2019 06:02:28 +0000 (08:02 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 06:02:28 +0000 (08:02 +0200)
commitda0847048aa7f934573fa449cea8643def056aa5
treeab70f219c1e98984908b04a175ced3a155df7036
parent384b81d923addd52125e94470b11d2574ca266a9
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Lib/functools.py
Lib/idlelib/rpc.py
Lib/pdb.py
Lib/urllib/request.py
Lib/xml/etree/ElementTree.py
Lib/xml/sax/saxutils.py