]> granicus.if.org Git - python/commit
Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 23 Aug 2011 12:26:44 +0000 (22:26 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 23 Aug 2011 12:26:44 +0000 (22:26 +1000)
commit5fab03fd1565f4cd644ea2ab007876084dabfb8d
tree434c5cb7307fa960e1721a6b26be60af733d5315
parent710d27e93a25637e9fad7913e79a8e3ead68a3e0
Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details)
Lib/ssl.py
Lib/test/test_ssl.py