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 Ramchandra Apte, alexandre.vassalotti, pitrou, sbt, serhiy.storchaka, terry.reedy, vajrasky, vstinner
Date 2015-06-09.10:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433844466.01.0.784147397562.issue13566@psf.upfronthosting.co.za>
In-reply-to
Content
Such libraries already have a problem. Both str and unicode pickled in Python 2 are unpickled as str in Python 3.
History
Date User Action Args
2015-06-09 10:07:46serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, vstinner, alexandre.vassalotti, sbt, Ramchandra Apte, vajrasky
2015-06-09 10:07:46serhiy.storchakasetmessageid: <1433844466.01.0.784147397562.issue13566@psf.upfronthosting.co.za>
2015-06-09 10:07:45serhiy.storchakalinkissue13566 messages
2015-06-09 10:07:45serhiy.storchakacreate