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

RonnyPfannschmidt report at bugs.python.org
Thu Aug 27 21:15:15 CEST 2009


RonnyPfannschmidt <Ronny.Pfannschmidt at gmx.de> added the comment:

in case the actual behavior is not supposed to change

how about a way to declare one wants exact 1:1 mapping between py2<>py3,
so str<>bytes and unicode<>str will work for sure

something like load/dump(..., encoding=bytes) just crossed my mind

----------

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


More information about the Python-bugs-list mailing list