[issue3243] Support iterable bodies in httplib

Antoine Pitrou report at bugs.python.org
Wed Dec 1 04:09:56 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> just to confirm: we WANT array.array("I", [1,2,3]) to have a content-
> length of 12, right?

Yes, since it will emit 12 bytes in the body (you could actually have a test for it).

----------

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


More information about the Python-bugs-list mailing list