commit | 530e1aca0590633b06341a375d359cf5fd34d0a6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 29 18:14:09 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 29 18:14:09 2009 +0000 |
tree | d07597b1a80d596251fee2ee772ef4346864bce1 | |
parent | d08417182f7045b53c467934dbd36a51f39e7d5b [diff] |
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. ........