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 mjuric, python-dev, rhettinger
Date 2011-04-19.18:15:34
SpamBayes Score 0.009065647
Marked as misclassified No
Message-id <E1QCFSX-0007yb-S7@dinsdale.python.org>
In-reply-to
Content
New changeset 50a89739836f by Raymond Hettinger in branch '3.1':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/50a89739836f

New changeset a7ac7a7c8c78 by Raymond Hettinger in branch '3.2':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/a7ac7a7c8c78

New changeset 928f17923b0d by Raymond Hettinger in branch 'default':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/928f17923b0d

New changeset 937385024601 by Raymond Hettinger in branch '3.2':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/937385024601
History
Date User Action Args
2011-04-19 18:15:36python-devsetrecipients: + python-dev, rhettinger, mjuric
2011-04-19 18:15:34python-devlinkissue11875 messages
2011-04-19 18:15:34python-devcreate