]> granicus.if.org Git - python/commit
Unblocked revisions 74426 via svnmerge
authorJean-Paul Calderone <exarkun@divmod.com>
Sun, 23 May 2010 14:58:05 +0000 (14:58 +0000)
committerJean-Paul Calderone <exarkun@divmod.com>
Sun, 23 May 2010 14:58:05 +0000 (14:58 +0000)
commitadd85daa876ecd0f7e5b035ec065f933908761fb
treeafbf577755f05a3b9d53dfc45cfac34cdf318a51
parent4f7329693a2f5a1438c4bb8342ffc6ecc1c49813
Unblocked revisions 74426 via svnmerge

........
  r74426 | gregory.p.smith | 2009-08-13 14:54:50 -0400 (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.
........