]> granicus.if.org Git - python/commit
Issue #16658: add missing return to HTTPConnection.send().
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 12 Apr 2013 19:50:42 +0000 (22:50 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 12 Apr 2013 19:50:42 +0000 (22:50 +0300)
commit3042b5ebf4aee83957428870b86de394646b731c
treeb1f2fb69400e089108baa2d0b43efbe0ecb17232
parent7ca49361131ddeabe584b5fa3b53250d5ce9123c
parent7b2c8bb833780a6f6a0b5480f65d27248d7b3b53
Issue #16658: add missing return to HTTPConnection.send().

Patch by Jeff Knupp
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS