Issue #6790: Make it possible again to pass an `array.array` to
commitcb0736e6bc844373c6b8cbd671f8db1017b75976
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Sep 2009 17:48:18 +0000 (29 17:48 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Sep 2009 17:48:18 +0000 (29 17:48 +0000)
treec472eaa9867f066f1757416ea70fcc0cd74e5ff3
parent4f258f155c259168e4a3cb5598244ccf6f06344a
Issue #6790: Make it possible again to pass an `array.array` to
`httplib.HTTPConnection.send`. Patch by Kirk McDonald.

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