]> 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:52:09 +0000 (23:52 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:52:09 +0000 (23:52 +0300)
commitb5102e3550a589084bf33fae15bf131f47d51b0b
tree67a2d7be18a1517412cf2fc6d9e5b397fb6eccfc
parent68f5ef226e9b62b1755ee98ae3d35a4aedc56684
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
now accept the self and the dict keyword arguments.
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS