The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
commita5c918c56ac3176af6dd66d8f4b0f90ebf731474
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 15 Nov 2008 22:40:44 +0000 (15 22:40 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 15 Nov 2008 22:40:44 +0000 (15 22:40 +0000)
tree279eba3e92860ff027b62338b50a68445f1696b1
parentbf0968e28c2ed03c758af2eb33c68c9adc628bab
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
that their could be an arbitrary number of values passed in. Turns out the code
did not match that. The code now matches the docs.

git-svn-id: http://svn.python.org/projects/python/trunk@67226 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/httplib.py
Misc/NEWS