Antoine Pitrou <[email protected]> added the comment: > > 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). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13505> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
