]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40890: Add `mapping` property to dict views (GH-20749)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Fri, 12 Jun 2020 17:19:25 +0000 (13:19 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 17:19:25 +0000 (10:19 -0700)
commit3ee0e48b0376a710c08eec6f30e4181563b192a2
tree8a0ea5514e2b1bfb3617f434271c85465d805463
parent0d3350daa8123a3e16d4a534b6e873eb12c10d7c
bpo-40890: Add `mapping` property to dict views (GH-20749)
Doc/library/stdtypes.rst
Doc/whatsnew/3.10.rst
Lib/test/test_dict.py
Misc/NEWS.d/next/Core and Builtins/2020-06-09-00-20-13.bpo-40890.LoRV-g.rst [new file with mode: 0644]
Objects/dictobject.c