From: Antoine Pitrou Date: Tue, 14 Sep 2010 14:44:56 +0000 (+0000) Subject: Blocked revisions 84807 via svnmerge X-Git-Tag: v2.7.1rc1~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3edba45312386527fe5c2e3c2011025877cadc81;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 84807 via svnmerge ........ 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. ........ ---