summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-03-01 00:35:34 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-03-01 00:35:34 (GMT)
commitca57499b726a11ab2f59e4f90f5efe8a7a945b60 (patch)
treede2bdab63fa78803114ee1c0c32b6a3590745513 /Misc
parent9922a9a9cfc6dcc74ddf65d11acefa15e6a13ee6 (diff)
downloadcpython-ca57499b726a11ab2f59e4f90f5efe8a7a945b60.zip
cpython-ca57499b726a11ab2f59e4f90f5efe8a7a945b60.tar.gz
cpython-ca57499b726a11ab2f59e4f90f5efe8a7a945b60.tar.bz2
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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2a1247..b05b854 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -235,6 +235,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
-----------------