commit | 7d7aede558bc93196a40bd00fd857f57d00dd5bc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 25 18:55:32 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 25 18:55:32 2009 +0000 |
tree | b5f8b100bac2a4beee4f45403ba74ddf9da3b264 | |
parent | b742a96c523339d640ca9dc3d077ef9b6ec13d8e [diff] |
Merged revisions 75529 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75529 | antoine.pitrou | 2009-10-19 19:59:07 +0200 (lun., 19 oct. 2009) | 5 lines Issue #7133: SSL objects now support the new buffer API. This fixes the test_ssl failure. ........