summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-29 20:51:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-29 20:51:27 (GMT)
commitf522bbc9c27d5602b4d0a8287e6f383ba2399f51 (patch)
tree6be3a09a97313c9d9e78d8ffc1e509e46af68ea9 /Misc
parentcab4566c5a7bda8e26047d439423aa375ca2e317 (diff)
downloadcpython-f522bbc9c27d5602b4d0a8287e6f383ba2399f51.zip
cpython-f522bbc9c27d5602b4d0a8287e6f383ba2399f51.tar.gz
cpython-f522bbc9c27d5602b4d0a8287e6f383ba2399f51.tar.bz2
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
now accept the self keyword argument.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 036c6c4..442cec4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #22958: Constructor and update method of weakref.WeakValueDictionary
+ now accept the self keyword argument.
+
- Issue #22609: Constructor and the update method of collections.UserDict now
accept the self keyword argument.