]> granicus.if.org Git - python/commit
[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 18:44:53 +0000 (18:44 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 18:44:53 +0000 (18:44 +0000)
commitead1d62d3239109656d4b3fd2f99461dddb2fae1
tree96627b09fe56dd5d6d2c0aed02d74e9b7079e008
parent8da3cac4a054e7edccfecce71f4f526e329c730f
[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes
another bug in the process]

Merged revisions 75134 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75134 | antoine.pitrou | 2009-09-29 19:48:18 +0200 (mar., 29 sept. 2009) | 4 lines

  Issue #6790: Make it possible again to pass an `array.array` to
  `httplib.HTTPConnection.send`. Patch by Kirk McDonald.
........
Lib/http/client.py
Lib/test/test_httplib.py
Misc/ACKS