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, doug.royal, kmike, pitrou, serhiy.storchaka
Date 2014-11-17.07:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416210440.32.0.975546643673.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which fixes multiple reversible mappings.

Mappings for StringIO and cStringIO is removed at all because cStringIO.StringIO is not pickleable on 2.7 at all and pickled StringIO.StringIO is not compatible with 3.x (issue22890).
History
Date User Action Args
2014-11-17 07:47:20serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, kmike, doug.royal
2014-11-17 07:47:20serhiy.storchakasetmessageid: <1416210440.32.0.975546643673.issue18473@psf.upfronthosting.co.za>
2014-11-17 07:47:20serhiy.storchakalinkissue18473 messages
2014-11-17 07:47:20serhiy.storchakacreate