]> granicus.if.org Git - python/commit
Merged revisions 74426 via svnmerge from
authorJean-Paul Calderone <exarkun@divmod.com>
Sun, 23 May 2010 15:22:08 +0000 (15:22 +0000)
committerJean-Paul Calderone <exarkun@divmod.com>
Sun, 23 May 2010 15:22:08 +0000 (15:22 +0000)
commitc28d554db8278d7346ff28da2defb59d413f857e
treef55c0d609f0b01b21aee03df27dac8b10bde6e5b
parentadd85daa876ecd0f7e5b035ec065f933908761fb
Merged revisions 74426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  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.
........
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c