]> 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:53:25 +0000 (23:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:53:25 +0000 (23:53 +0300)
commitb27232949df2c7201f16e23bbfd6dd872f3bdc6d
tree7871196b757237f184a0cfe305ab4e7cfd26da20
parent5527cf119dbed1fcd1194712e776ad2bc485eb0d
parentf1c780870a455c36b03a9076d2b7457f8667088c
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
now accept the self and the dict keyword arguments.
Misc/NEWS