This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients benjamin.peterson, fdrake, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2015-09-29.20:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150929205423.94123.92173@psf.io>
In-reply-to
Content
New changeset 8274fc521e69 by Serhiy Storchaka in branch '2.7':
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
https://hg.python.org/cpython/rev/8274fc521e69

New changeset 01c79072d671 by Serhiy Storchaka in branch '3.4':
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
https://hg.python.org/cpython/rev/01c79072d671

New changeset 73b6b88ac28a by Serhiy Storchaka in branch '3.5':
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
https://hg.python.org/cpython/rev/73b6b88ac28a

New changeset 815bb6a2d69e by Serhiy Storchaka in branch 'default':
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
https://hg.python.org/cpython/rev/815bb6a2d69e
History
Date User Action Args
2015-09-29 20:54:28python-devsetrecipients: + python-dev, fdrake, rhettinger, pitrou, benjamin.peterson, serhiy.storchaka
2015-09-29 20:54:28python-devlinkissue22958 messages
2015-09-29 20:54:28python-devcreate