[issue5314] http client error

Jeremy Hylton report at bugs.python.org
Thu Mar 26 22:58:24 CET 2009


Jeremy Hylton <jeremy at alum.mit.edu> added the comment:

I'm not sure what to do here.  I guess changing to utf-8 is safe insofar
as the current code only accepts ascii, so the only code that breaks
will be code that depends on the encode() call raising an exception.  It
seems like the client out to specify the encoding, though.  We could fix
that via documentation.

----------
nosy: +jhylton

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


More information about the Python-bugs-list mailing list