]> 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:49:19 +0000 (22:49 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 12 Apr 2013 19:49:19 +0000 (22:49 +0300)
commit7b2c8bb833780a6f6a0b5480f65d27248d7b3b53
tree8bf8f58f639df574ed2f0dffd26de50baac07505
parenta3b255f275b09d5e12b43832c022df35a4fed9ac
Issue #16658: add missing return to HTTPConnection.send().

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