diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2010-03-01 00:43:08 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2010-03-01 00:43:08 (GMT) |
commit | 3fff44d1c986d93348679594477351d8d26d0542 (patch) | |
tree | 64581035fe1573ede3df3069f1e69454969dd8f0 /Misc | |
parent | 48a5ec42a830a9adc67546647d453cdfc15564c2 (diff) | |
download | cpython-3fff44d1c986d93348679594477351d8d26d0542.zip cpython-3fff44d1c986d93348679594477351d8d26d0542.tar.gz cpython-3fff44d1c986d93348679594477351d8d26d0542.tar.bz2 |
Merged revisions 78524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78524 | gregory.p.smith | 2010-02-28 16:17:40 -0800 (Sun, 28 Feb 2010) | 10 lines
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.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -335,6 +335,9 @@ Library - Issue #7481: When a threading.Thread failed to start it would leave the instance stuck in initial state and present in threading.enumerate(). +- Issue #1068268: The subprocess module now handles EINTR in internal + os.waitpid and os.read system calls where appropriate. + Extension Modules ----------------- |