commit | a59c59f9460ddc9c9a54965414c60be50ee5873b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 01 00:17:40 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 01 00:17:40 2010 +0000 |
tree | f006e014b6b553425962c0aa6f9c2b1e1736a3b9 | |
parent | 3fdd9648cb6974324ee31d81541b1dca5fb830d8 [diff] |
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. ........