]> granicus.if.org Git - python/commit
Issue #6790: Make it possible again to pass an `array.array` to
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 17:48:18 +0000 (17:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 17:48:18 +0000 (17:48 +0000)
commit7248178cd9efb2e568ba71f3293f3be23ef05e5d
treee5195e03b35fba77f3d36678239498703ce3fc51
parent9ebd242fbbd2c52fcf314e22f6b5bf57954d52cd
Issue #6790: Make it possible again to pass an `array.array` to
`httplib.HTTPConnection.send`. Patch by Kirk McDonald.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS