]> granicus.if.org Git - python/commit
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 19 May 2012 08:58:09 +0000 (16:58 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 19 May 2012 08:58:09 +0000 (16:58 +0800)
commit5fa4a896016e8a265b6afee64c61a1083c6ffa47
tree2144befcbb5679eb13cdc8b7c51fa2550288ec9f
parent1be320ebdd5b1f46f32e32c83f3c1e982e2d27e2
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS