commit | 5974cdd5f598423002709d912276963c2032c69a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 14 14:47:08 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 14 14:47:08 2010 +0000 |
tree | 6194b100caec2d1cbcb93b5097e1626079d42b8c | |
parent | 3a883214ee3e7d79b14dcd42720d8efe55c147ad [diff] |
Merged revisions 84807 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84807 | antoine.pitrou | 2010-09-14 16:43:44 +0200 (mar., 14 sept. 2010) | 4 lines Issue #9853: Fix the signature of SSLSocket.recvfrom() and SSLSocket.sendto() to match the corresponding socket methods. ........