[issue21331] Reversing an encoding with unicode-escape returns a different result

R. David Murray report at bugs.python.org
Thu Apr 24 00:19:16 CEST 2014


R. David Murray added the comment:

Also, I'm not sure what this should do, but what it does do doesn't look right:

>>> codecs.decode('ä', 'unicode-escape')
'ä'

----------

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


More information about the Python-bugs-list mailing list