[issue11303] b'x'.decode('latin1') is much slower than b'x'.decode('latin-1')

Alexander Belopolsky report at bugs.python.org
Thu Feb 24 17:43:03 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

>>> 'abc'.encode('utf(=)-8')
b'abc'

----------

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


More information about the Python-bugs-list mailing list