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 JelleZijlstra
Recipients BreamoreBoy, JelleZijlstra, alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2016-06-03.01:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464916374.68.0.591027558048.issue22890@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm missing something, StringIO doesn't exist as a module in Python 3, as mentioned in https://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit.

If you're trying to unpickle in 3.x an object pickled by 2.7.x, I'm not sure there is a guarantee that unpickling works for objects in modules that were renamed between 2.x and 3.x. This also doesn't work if you pickle a ConfigParser in 2.7 and unpickle it in 3.x.
History
Date User Action Args
2016-06-03 01:12:54JelleZijlstrasetrecipients: + JelleZijlstra, pitrou, alexandre.vassalotti, BreamoreBoy, serhiy.storchaka
2016-06-03 01:12:54JelleZijlstrasetmessageid: <1464916374.68.0.591027558048.issue22890@psf.upfronthosting.co.za>
2016-06-03 01:12:54JelleZijlstralinkissue22890 messages
2016-06-03 01:12:54JelleZijlstracreate