]> granicus.if.org Git - python/commit
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:51:27 +0000 (23:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:51:27 +0000 (23:51 +0300)
commitf522bbc9c27d5602b4d0a8287e6f383ba2399f51
tree6be3a09a97313c9d9e78d8ffc1e509e46af68ea9
parentcab4566c5a7bda8e26047d439423aa375ca2e317
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
now accept the self keyword argument.
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS