Marc-Andre Lemburg <m...@egenix.com> added the comment:

I guess you could regard the wrong encoding name use as bug - it
slows down several stdlib modules for no apparent reason.

If you agree, Raymond, I'll backport the patch.

----------
title: b'x'.decode('latin1') is much slower     than    b'x'.decode('latin-1') 
-> b'x'.decode('latin1') is much slower  than    b'x'.decode('latin-1')

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11303>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to