[Python-checkins] r77296 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Mon Jan 4 04:48:20 CET 2010


Author: benjamin.peterson
Date: Mon Jan  4 04:48:20 2010
New Revision: 77296

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list