[issue17575] HTTPConnection.send

2013-04-14 Thread dspub...@freemail.hu
dspub...@freemail.hu added the comment: Thank you Stephen.Tu for information. I think so, the "return" has been found ;-) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.py

[issue17575] HTTPConnection.send

2013-03-29 Thread dspub...@freemail.hu
New submission from dspub...@freemail.hu: http.client modul, HTTPConnection object, send method Missing an "else" for self.sock.sendall(data) try block. ... if hasattr(data, "read") : if self.debuglevel > 0: print("sendIng a read