summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCurtis Bucher <cpbucher5@gmail.com>2020-03-25 01:51:29 (GMT)
committerGitHub <noreply@github.com>2020-03-25 01:51:29 (GMT)
commit8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413 (patch)
treed74da03f51570b5a14c1e0a718cfdf47eaa6148d /Misc
parent37fcbb65d4589fbb5a72153e9338cf8e6495f64f (diff)
downloadcpython-8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413.zip
cpython-8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413.tar.gz
cpython-8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413.tar.bz2
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-18-14-51-41.bpo-36144.lQm_RK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-18-14-51-41.bpo-36144.lQm_RK.rst b/Misc/NEWS.d/next/Library/2020-03-18-14-51-41.bpo-36144.lQm_RK.rst
new file mode 100644
index 0000000..daf1101
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-03-18-14-51-41.bpo-36144.lQm_RK.rst
@@ -0,0 +1 @@
+Added :pep:`584` operators to :class:`weakref.WeakValueDictionary`.