diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-14 23:14:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-14 23:14:42 (GMT) |
commit | fcc2e71e99edb668cad539dc8fa9f259d0b389b6 (patch) | |
tree | ab5c934afb2df480e5a1bb949974ace99a42ab09 /Misc | |
parent | 7e2b870b8593233306594237cd5286c60ec7a1e1 (diff) | |
parent | 025a1fd9907bb439db9a812c78b8f18dbf4bad9e (diff) | |
download | cpython-fcc2e71e99edb668cad539dc8fa9f259d0b389b6.zip cpython-fcc2e71e99edb668cad539dc8fa9f259d0b389b6.tar.gz cpython-fcc2e71e99edb668cad539dc8fa9f259d0b389b6.tar.bz2 |
merge 3.4 (#25578)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -245,6 +245,8 @@ Library - Issue #24881: Fixed setting binary mode in Python implementation of FileIO on Windows and Cygwin. Patch from Akira Li. +- Issue #25578: Fix (another) memory leak in SSLSocket.getpeercer(). + - Issue #25530: Disable the vulnerable SSLv3 protocol by default when creating ssl.SSLContext. |