[issue6784] byte/unicode pickle incompatibilities between python2 and python3

Merlijn van Deen report at bugs.python.org
Sat Mar 17 17:07:00 CET 2012


Merlijn van Deen <valhallasw at gmail.com> added the comment:

Based on the discussion on python-dev [1], this is an updated implementation that uses encoding='bytes' to signal str->bytes behaviour.

http://mail.python.org/pipermail/python-dev/2012-March/117536.html

----------
Added file: http://bugs.python.org/file24906/pickle_bytes_code.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6784>
_______________________________________


More information about the Python-bugs-list mailing list