]> 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:42 +0000 (23:52 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:52:42 +0000 (23:52 +0300)
commitf1c780870a455c36b03a9076d2b7457f8667088c
treec9020626fb30e402ea1cf3a01b5b2796053dcb70
parentf4ee1c23e8c2981c01bca7a9bcb3904833726c18
parentb5102e3550a589084bf33fae15bf131f47d51b0b
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