[issue3243] Support iterable bodies in httplib

Senthil Kumaran report at bugs.python.org
Thu Dec 2 03:51:32 CET 2010


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

On Thu, Dec 02, 2010 at 02:19:10AM +0000, Senthil Kumaran wrote:
> On Wed, Dec 01, 2010 at 10:06:25AM +0000, Antoine Pitrou wrote:
> > +        try:
> > +           self.sock.sendall(data)
> > 
> > Indentation problem here.
> 
> I could notice it now. Shall fix it.

Sorry, there was not any, if you viewed the patch online, it looked
as if there was, but not really. (I was surprised as how it could be
and not be caught by tests in the first place).

----------

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


More information about the Python-bugs-list mailing list