[issue3243] Support iterable bodies in httplib

Xuanji Li report at bugs.python.org
Tue Nov 30 12:00:06 CET 2010


Xuanji Li <xuanji at gmail.com> added the comment:

pitrou: actually that seems a bit suspect now... you need to handle 'data' differently depending on its type, and while you can determine the type by finding out when 'data' throws certain exceptions, it doesn't seem like what exceptions were meant for.

----------

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


More information about the Python-bugs-list mailing list