[issue11082] ValueError: Content-Length should be specified

STINNER Victor report at bugs.python.org
Wed Feb 2 11:42:31 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Since r70638, the http client encodes unicode to ISO-8859-1:
<< RFC 2616 says that iso-8859-1 is the default charset for HTTP entity
bodies, but we encoded strings using ascii.  See
http://bugs.python.org/issue5314.  Changed docs and code to use
iso-8859-1. >>

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list