From: Walter Doerwald Date: Mon, 2 Dec 2013 16:20:50 +0000 (+0100) Subject: Add NEWS entry for issue #19834: merge with 3.3. X-Git-Tag: v3.4.0b2~393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f217206bcc3be6b63d26ef7714767c8506bb3f35;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for issue #19834: merge with 3.3. --- f217206bcc3be6b63d26ef7714767c8506bb3f35 diff --cc Misc/NEWS index 39785a78411e,1af0788bdf9e..9b71e13d8bfb --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -18,12 -18,8 +18,14 @@@ Core and Builtin Library ------- + - Issue #19834: Support unpickling of exceptions pickled by Python 2. + +- Issue #19781: ftplib now supports SSLContext.check_hostname and server name + indication for TLS/SSL connections. + +- Issue #19509: Add SSLContext.check_hostname to match the peer's certificate + with server_hostname on handshake. + - Issue #15798: Fixed subprocess.Popen() to no longer fail if file descriptor 0, 1 or 2 is closed.