[issue8386] test_pickle failing

STINNER Victor report at bugs.python.org
Tue Apr 13 15:30:12 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Does the follow code work on Windows?

>>> '\uDC80'.encode("utf8", "surrogatepass")
b'\xed\xb2\x80'

----------

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


More information about the Python-bugs-list mailing list