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 eric.snow, kaniini, methane, python-dev, rhettinger, serhiy.storchaka, xiang.zhang, zach.ware
Date 2016-10-25.12:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161025123846.11987.3133.A9F038BE@psf.io>
In-reply-to
Content
New changeset 9f7505019767 by Serhiy Storchaka in branch '3.5':
Issue #27275: Fixed implementation of pop() and popitem() methods in
https://hg.python.org/cpython/rev/9f7505019767

New changeset 2def8a24c299 by Serhiy Storchaka in branch '3.6':
Issue #27275: Fixed implementation of pop() and popitem() methods in
https://hg.python.org/cpython/rev/2def8a24c299

New changeset 19e199038704 by Serhiy Storchaka in branch 'default':
Issue #27275: Fixed implementation of pop() and popitem() methods in
https://hg.python.org/cpython/rev/19e199038704
History
Date User Action Args
2016-10-25 12:38:50python-devsetrecipients: + python-dev, rhettinger, methane, eric.snow, zach.ware, serhiy.storchaka, xiang.zhang, kaniini
2016-10-25 12:38:50python-devlinkissue27275 messages
2016-10-25 12:38:49python-devcreate