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 pitrou
Recipients alexandre.vassalotti, irmen, meador.inge, pitrou, sbt
Date 2011-12-09.18:12:58
SpamBayes Score 1.0319734e-06
Marked as misclassified No
Message-id <1323454058.3297.2.camel@localhost.localdomain>
In-reply-to <1323437477.44.0.583799811722.issue13505@psf.upfronthosting.co.za>
Content
> > sbt, the bug is not that the encoding is inefficient. The problem is we 
> > cannot unpickle bytes streams from Python 3 using Python 2.
> 
> Ah.  Well you can do it using codecs.encode.

Great. A bit hackish but functional and not too inefficient (50% average
expansion).
History
Date User Action Args
2011-12-09 18:12:58pitrousetrecipients: + pitrou, irmen, alexandre.vassalotti, meador.inge, sbt
2011-12-09 18:12:58pitroulinkissue13505 messages
2011-12-09 18:12:58pitroucreate