summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-04-05 13:48:47 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-04-05 13:48:47 (GMT)
commit02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e (patch)
tree583061e85c79fe704370250dce43669cf5447f5c /Misc
parent4333affb74f29d46d28ba2b202aa9ff48716cab2 (diff)
parent4f61b025203cf3fcd52eab2ece0d3f60b0bacd48 (diff)
downloadcpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.zip
cpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.tar.gz
cpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.tar.bz2
Merge with 3.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f67246..7ab3a5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
+
- Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve
private keys.