commit | 104c3f1020213fc2d0a5da6b23d72dd042d6c413 | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <rosslagerwall@gmail.com> | Tue Apr 05 15:24:34 2011 +0200 |
committer | Ross Lagerwall <rosslagerwall@gmail.com> | Tue Apr 05 15:24:34 2011 +0200 |
tree | 2795e8a7693578bff33dc277ee1e64a865cb77b6 | |
parent | e3c11b44e37e80371fcaf71880e659a78360e8b6 [diff] [blame] |
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
diff --git a/Misc/NEWS b/Misc/NEWS index 6748638..2c444a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Library ------- +- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. + - Issue #11662: Make urllib and urllib2 ignore redirections if the scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).