diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-05-08 05:25:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 05:25:50 (GMT) |
commit | 02fa0ea9c1073e4476c9bde3d7112f5dd964aa57 (patch) | |
tree | 77db423fdfaede444989d4f36cd7978f5b31652f /Misc | |
parent | db9163ceef31ba00ccb23226917f9c8e9142a0b8 (diff) | |
download | cpython-02fa0ea9c1073e4476c9bde3d7112f5dd964aa57.zip cpython-02fa0ea9c1073e4476c9bde3d7112f5dd964aa57.tar.gz cpython-02fa0ea9c1073e4476c9bde3d7112f5dd964aa57.tar.bz2 |
bpo-40273: Reversible mappingproxy (FH-19513)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-04-14-09-54-35.bpo-40273.IN73Ks.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-04-14-09-54-35.bpo-40273.IN73Ks.rst b/Misc/NEWS.d/next/Library/2020-04-14-09-54-35.bpo-40273.IN73Ks.rst new file mode 100644 index 0000000..50f547f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-04-14-09-54-35.bpo-40273.IN73Ks.rst @@ -0,0 +1 @@ +:class:`types.MappingProxyType` is now reversible. |