From: Benjamin Peterson Date: Mon, 4 Jan 2010 03:48:20 +0000 (+0000) Subject: Recorded merge of revisions 74426 via svnmerge from X-Git-Tag: v3.2a1~1897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=960737de5932f91bd901d00d898337b6dc479236;p=python Recorded merge of revisions 74426 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74426 | gregory.p.smith | 2009-08-13 13:54:50 -0500 (Thu, 13 Aug 2009) | 4 lines Fix issue1628205: Socket file objects returned by socket.socket.makefile() now properly handles EINTR within the read, readline, write & flush methods. The socket.sendall() method now properly handles interrupted system calls. ........ ---