diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-04-05 13:48:47 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-04-05 13:48:47 (GMT) |
commit | 02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e (patch) | |
tree | 583061e85c79fe704370250dce43669cf5447f5c /Misc | |
parent | 4333affb74f29d46d28ba2b202aa9ff48716cab2 (diff) | |
parent | 4f61b025203cf3fcd52eab2ece0d3f60b0bacd48 (diff) | |
download | cpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.zip cpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.tar.gz cpython-02ba73c0ef4e5b6822b585e99f3bd520e83a1c2e.tar.bz2 |
Merge with 3.1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |