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 abacabadabacaba, berker.peksag, larry, mark.dickinson, martin.panter, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2015-09-29.20:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150929205423.94123.65675@psf.io>
In-reply-to
Content
New changeset 4c5407e1b0ec by Serhiy Storchaka in branch '2.7':
Issue #22609: Constructor and the update method of collections.UserDict now
https://hg.python.org/cpython/rev/4c5407e1b0ec

New changeset 1869f5625392 by Serhiy Storchaka in branch '3.4':
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
https://hg.python.org/cpython/rev/1869f5625392

New changeset ab7e3f1f9f88 by Serhiy Storchaka in branch '3.5':
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
https://hg.python.org/cpython/rev/ab7e3f1f9f88

New changeset 901964295066 by Serhiy Storchaka in branch 'default':
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
https://hg.python.org/cpython/rev/901964295066
History
Date User Action Args
2015-09-29 20:54:28python-devsetrecipients: + python-dev, rhettinger, mark.dickinson, vstinner, larry, abacabadabacaba, berker.peksag, martin.panter, serhiy.storchaka, yselivanov
2015-09-29 20:54:28python-devlinkissue22609 messages
2015-09-29 20:54:28python-devcreate