[issue3243] Support iterable bodies in httplib

Senthil Kumaran report at bugs.python.org
Thu Dec 2 04:15:50 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

On Thu, Dec 02, 2010 at 03:08:55AM +0000, Xuanji Li wrote:
> 
> req = Request("http://example.com/", "")

That should be:

> req = Request("http://example.com/", b"")

I updated some of those in the latest updated patch.

----------

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


More information about the Python-bugs-list mailing list