Martin Panter added the comment:

The length of an encoded Latin-1 string should equal the length of the 
unencoded text string, since it is a one-to-one character-to-byte encoding. So 
encoding should not actually be needed to determine the Latin-1 encoded length. 
Though I’m not particularly excited by silently Latin-1 encoding text bodies in 
the first place.

----------

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

Reply via email to