]> granicus.if.org Git - python/commit
Merged revisions 84807 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 14:47:08 +0000 (14:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 14:47:08 +0000 (14:47 +0000)
commit5974cdd5f598423002709d912276963c2032c69a
tree6194b100caec2d1cbcb93b5097e1626079d42b8c
parent3a883214ee3e7d79b14dcd42720d8efe55c147ad
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.
........
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS