]> granicus.if.org Git - python/commit
Issue #9853: Fix the signature of SSLSocket.recvfrom() and
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 14:43:44 +0000 (14:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 14:43:44 +0000 (14:43 +0000)
commita468adc76d7e946b073579b783b246eb5e53850e
tree115cf23843f4e19f52aa8b611ed42817571649a3
parent9bfc0f098474c841a40d27b9aa0be2fd085a6a53
Issue #9853: Fix the signature of SSLSocket.recvfrom() and
SSLSocket.sendto() to match the corresponding socket methods.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS