[Python-checkins] r81487 - python/branches/release26-maint

jean-paul.calderone python-checkins at python.org
Sun May 23 16:58:05 CEST 2010


Author: jean-paul.calderone
Date: Sun May 23 16:58:05 2010
New Revision: 81487

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


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list