]> granicus.if.org Git - python/commit
Merged revisions 75137 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 19:02:24 +0000 (19:02 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Sep 2009 19:02:24 +0000 (19:02 +0000)
commit595ad32f59820c67c68d1732530338a79b45b810
treed3c52dae217996aa726e2213d764a0d21ab55273
parent941071ef79358d32d162d6203aca53dd82a37a45
Merged revisions 75137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75137 | antoine.pitrou | 2009-09-29 20:44:53 +0200 (mar., 29 sept. 2009) | 14 lines

  [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