[issue12398] Sending binary data with a POST request in httplib can cause Unicode exceptions

R. David Murray report at bugs.python.org
Mon Jun 27 16:36:26 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

But senthil already demonstrated in the previous issue that it does not become a unicode string unless you use unicode input.

You also claimed that your test program here succeeded in python2.6, but it does not.  This casts a little bit of doubt on your claim that there is a regression.

Can you produce a minimal example of using httplib that demonstrates the regression?

----------

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


More information about the Python-bugs-list mailing list