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

Antoine Pitrou report at bugs.python.org
Sat Feb 26 02:29:10 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> For other spellings like "utf8" or "latin1", I wonder if it would be
> useful to emit a warning/suggestion to use the standard spelling.

No, it would be an useless annoyance.

----------

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


More information about the Python-bugs-list mailing list