]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 78523 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:17:40 +0000 (00:17 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:17:40 +0000 (00:17 +0000)
commita59c59f9460ddc9c9a54965414c60be50ee5873b
treef006e014b6b553425962c0aa6f9c2b1e1736a3b9
parent3fdd9648cb6974324ee31d81541b1dca5fb830d8
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