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 alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka, stutzbach
Date 2015-02-06.18:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423249054.74.0.293007856897.issue23401@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and yet one option:

5) As a list or a tuple. `copyreg.__newobj__, (list,), None, iter(self._mapping.keys())` or `copyreg.__newobj__, (tuple, tuple(self._mapping))`.
History
Date User Action Args
2015-02-06 18:57:34serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti, stutzbach
2015-02-06 18:57:34serhiy.storchakasetmessageid: <1423249054.74.0.293007856897.issue23401@psf.upfronthosting.co.za>
2015-02-06 18:57:34serhiy.storchakalinkissue23401 messages
2015-02-06 18:57:34serhiy.storchakacreate