Issue #7133: SSL objects now support the new buffer API.
commit3db9fb1c425dcb6fb3887a95c1a6e88b9d2635c1
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 19 Oct 2009 17:59:07 +0000 (19 17:59 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 19 Oct 2009 17:59:07 +0000 (19 17:59 +0000)
treefa041dac97b16bdf83fa0b882dd47f2921f24973
parentcc6f3741714d1568934371b1078541c0bb14e8ca
Issue #7133: SSL objects now support the new buffer API.

This fixes the test_ssl failure.

git-svn-id: http://svn.python.org/projects/python/trunk@75529 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c