]> granicus.if.org Git - python/commit
Merged revisions 78523 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:35:34 +0000 (00:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:35:34 +0000 (00:35 +0000)
commitca57499b726a11ab2f59e4f90f5efe8a7a945b60
treede2bdab63fa78803114ee1c0c32b6a3590745513
parent9922a9a9cfc6dcc74ddf65d11acefa15e6a13ee6
Merged revisions 78523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78523 | gregory.p.smith | 2010-02-28 16:05:08 -0800 (Sun, 28 Feb 2010) | 3 lines

  Issue #1068268: The subprocess module now handles EINTR in internal
  os.waitpid and os.read system calls where appropriate.
........
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS