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 serhiy.storchaka
Recipients Olivier.Gagnon, eric.snow, madison.may, rhettinger, serhiy.storchaka, vajrasky
Date 2013-07-12.07:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373615665.47.0.478236352072.issue18352@psf.upfronthosting.co.za>
In-reply-to
Content
What about pickling? OrderedDict.__reduce__() saves added attributes, but Counter.__reduce__() does not. One of them should be changed for consistency.
History
Date User Action Args
2013-07-12 07:54:25serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.snow, madison.may, vajrasky, Olivier.Gagnon
2013-07-12 07:54:25serhiy.storchakasetmessageid: <1373615665.47.0.478236352072.issue18352@psf.upfronthosting.co.za>
2013-07-12 07:54:25serhiy.storchakalinkissue18352 messages
2013-07-12 07:54:25serhiy.storchakacreate