]> granicus.if.org Git - python/commit
#17485: Delete the Content-Length header if the data attribute is deleted.
authorR David Murray <rdmurray@bitdance.com>
Wed, 20 Mar 2013 04:10:51 +0000 (00:10 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 20 Mar 2013 04:10:51 +0000 (00:10 -0400)
commit9cc7d455718456dd88daf829c29bec9527530b11
treecd69e5d356ffef3ae5ab61bcf50b6e4d75f9f3bf
parentd5a6e25470bb4f40c5bdd586641d7a4fce5fb64a
#17485: Delete the Content-Length header if the data attribute is deleted.

This is a follow on to issue 16464.  Original patch by Daniel Wozniak.
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/ACKS
Misc/NEWS